com.ibm.websphere.management.wlm
Class ClusterDatajava.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
Field Summary ClusterMemberData[] clusterMembers
array of cluster member light data objectsjava.lang.String clusterName
Name of this cluster.javax.management.ObjectName clusterObjectName
The JMX server cluster object name that can be used to invoke methods on the ServerClusterMBean.java.lang.Boolean preferLocal
flag to indicate whether to route to localClusterWeightTableEntry[] weightTable
array of weight table entries that make up the weight table.
Constructor Summary ClusterData()
Constructor - default
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail 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.
Constructor Detail ClusterData
public ClusterData()
- Constructor - default
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.