| Package | Description |
|---|---|
| com.tietoenator.trip.jxp.grid |
Manipulation of TRIP grid configurations.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<TdbGridClusterMember> |
TdbGridCluster.iterator()
Retrieve an iterator over the grid cluster's membership list
|
java.util.List<TdbGridClusterMember> |
TdbGridCluster.members()
Retrieve the grid cluster's membership list
|
| Modifier and Type | Method and Description |
|---|---|
void |
TdbGridCluster.add(TdbGridClusterMember member)
Add a cluster member to the cluster
|
boolean |
TdbGridCluster.contains(TdbGridClusterMember member)
Check if the cluster already contains a given member.
|
| Constructor and Description |
|---|
TdbGridClusterMember(TdbGridClusterMember src)
Copy constructor
|