public class ClusterMemberData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static int |
APP_SERVER
server type constants
|
java.lang.String |
clusterName
Name of the cluster that this server belongs.
|
javax.management.ObjectName |
clusterObjectName
MBean object name used to reference this cluster
|
java.lang.String |
memberName
Name of the cluster member.
|
javax.management.ObjectName |
memberObjectName
MBean reference for this member.
|
java.lang.String |
nodeName
Node name for this cluster member.
|
int |
type
Type of server.
|
java.lang.String |
uniqueID
Unique ID for this member
|
ClusterWeightTableEntry |
weightTableEntry
This member's weight table entry.
|
Constructor and Description |
---|
ClusterMemberData()
Constructor - default
|
public static final int APP_SERVER
public java.lang.String memberName
public javax.management.ObjectName memberObjectName
public java.lang.String clusterName
public javax.management.ObjectName clusterObjectName
public int type
public ClusterWeightTableEntry weightTableEntry
public java.lang.String nodeName
public java.lang.String uniqueID