com.ibm.websphere.management.wlm
Class ClusterData
java.lang.Object
|
+--com.ibm.websphere.management.wlm.ClusterData
- All Implemented Interfaces:
- java.io.Serializable
- public class ClusterData
- extends java.lang.Object
- implements java.io.Serializable
Cluster data object containing static (snapshot) information about the
current state of the cluster.
- Version:
- 1.5
- See Also:
- Serialized Form
Constructor Summary |
ClusterData()
Constructor - default |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clusterName
public java.lang.String clusterName
- Name of this cluster.
clusterObjectName
public javax.management.ObjectName clusterObjectName
- The JMX server cluster object name that can be used to invoke methods on the ServerClusterMBean.
preferLocal
public java.lang.Boolean preferLocal
- flag to indicate whether to route to local
clusterMembers
public ClusterMemberData[] clusterMembers
- array of cluster member light data objects
weightTable
public ClusterWeightTableEntry[] weightTable
- array of weight table entries that make up the weight table.
ClusterData
public ClusterData()
- Constructor - default