Uses of Class
com.tietoenator.trip.jxp.grid.TdbGridClusterMember
-
Packages that use TdbGridClusterMember Package Description com.tietoenator.trip.jxp.grid Manipulation of TRIP grid configurations. -
-
Uses of TdbGridClusterMember in com.tietoenator.trip.jxp.grid
Methods in com.tietoenator.trip.jxp.grid that return types with arguments of type TdbGridClusterMember Modifier and Type Method Description java.util.Iterator<TdbGridClusterMember>
TdbGridCluster. iterator()
Retrieve an iterator over the grid cluster's membership listjava.util.List<TdbGridClusterMember>
TdbGridCluster. members()
Retrieve the grid cluster's membership listMethods in com.tietoenator.trip.jxp.grid with parameters of type TdbGridClusterMember Modifier and Type Method Description void
TdbGridCluster. add(TdbGridClusterMember member)
Add a cluster member to the clusterboolean
TdbGridCluster. contains(TdbGridClusterMember member)
Check if the cluster already contains a given member.Constructors in com.tietoenator.trip.jxp.grid with parameters of type TdbGridClusterMember Constructor Description TdbGridClusterMember(TdbGridClusterMember src)
Copy constructor
-