Uses of Class
com.tietoenator.trip.jxp.grid.TdbGridHostPublication
-
Packages that use TdbGridHostPublication Package Description com.tietoenator.trip.jxp.grid Manipulation of TRIP grid configurations. -
-
Uses of TdbGridHostPublication in com.tietoenator.trip.jxp.grid
Methods in com.tietoenator.trip.jxp.grid that return types with arguments of type TdbGridHostPublication Modifier and Type Method Description java.util.Iterator<TdbGridHostPublication>
TdbGridHost. iterator()
Retrieve an iterator over the publications offered by this host.java.util.List<TdbGridHostPublication>
TdbGridHost. publications()
Retrieve a collection of publications offered by this host.Methods in com.tietoenator.trip.jxp.grid with parameters of type TdbGridHostPublication Modifier and Type Method Description void
TdbGridHost. add(TdbGridHostPublication publication)
Add a new publication to this host's offeringsConstructors in com.tietoenator.trip.jxp.grid with parameters of type TdbGridHostPublication Constructor Description TdbGridHostPublication(TdbGridHostPublication src)
Copy constructor
-