public class ClusterData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ClusterData()
Constructor - default
|
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