|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.management.wlm.ClusterData
public class ClusterData
Cluster data object containing static (snapshot) information about the current state of the cluster.
Field Summary | |
---|---|
static java.lang.String |
CLUSTER_TYPE_APPLICATION_SERVER
Cluster type from a ClusterMgr MBean indicating that the cluster is of type Application Server. |
static java.lang.String |
CLUSTER_TYPE_ONDEMAND_ROUTER
Cluster type from a ClusterMgr MBean indicating that the cluster is of type Ondemand Router. |
static java.lang.String |
CLUSTER_TYPE_PROXY_SERVER
Cluster type from a ClusterMgr MBean indicating that the cluster is of type Proxy Server. |
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.String |
clusterType
Cluster Type of this cluster. |
java.lang.Boolean |
enableTxLogRecovery
Represented by "enableHA" in the config Specifies that for the transaction service component, failover of the transaction log for recovery purposes is enabled or disabled. |
java.lang.String |
nodeGroup
Specifies the node group that bounds this cluster. |
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 |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CLUSTER_TYPE_APPLICATION_SERVER
public static final java.lang.String CLUSTER_TYPE_PROXY_SERVER
public static final java.lang.String CLUSTER_TYPE_ONDEMAND_ROUTER
public java.lang.String clusterName
public javax.management.ObjectName clusterObjectName
public java.lang.Boolean preferLocal
public ClusterMemberData[] clusterMembers
public ClusterWeightTableEntry[] weightTable
public java.lang.String clusterType
public java.lang.Boolean enableTxLogRecovery
public java.lang.String nodeGroup
Constructor Detail |
---|
public ClusterData()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |