|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.management.wlm.ClusterData
Cluster data object containing static (snapshot) information about the current state of the cluster.
Field Summary | |
---|---|
ClusterMemberData[] |
clusterMembers
array of cluster member light data objects |
java.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 local |
ClusterWeightTableEntry[] |
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 |
public java.lang.String clusterName
public javax.management.ObjectName clusterObjectName
public java.lang.Boolean preferLocal
public ClusterMemberData[] clusterMembers
public ClusterWeightTableEntry[] weightTable
Constructor Detail |
public ClusterData()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |