com.ibm.websphere.management.wlm
Class ClusterMemberDatajava.lang.Object | +--com.ibm.websphere.management.wlm.ClusterMemberData
- All Implemented Interfaces:
- java.io.Serializable
- public class ClusterMemberData
- extends java.lang.Object
- implements java.io.Serializable
Information about the various members that make up a cluster. In most cases the members are appservers.
- Version:
- 1.4
- See Also:
- Serialized Form
Field Summary static int APP_SERVER
server type constantsjava.lang.String clusterName
Name of the cluster that this server belongs.javax.management.ObjectName clusterObjectName
MBean object name used to reference this clusterjava.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 memberClusterWeightTableEntry weightTableEntry
This member's weight table entry.
Constructor Summary ClusterMemberData()
Constructor - default
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail APP_SERVER
public static final int APP_SERVER
- server type constants
- See Also:
- Constant Field Values
memberName
public java.lang.String memberName
- Name of the cluster member. (Application Server name.)
memberObjectName
public javax.management.ObjectName memberObjectName
- MBean reference for this member.
clusterName
public java.lang.String clusterName
- Name of the cluster that this server belongs.
clusterObjectName
public javax.management.ObjectName clusterObjectName
- MBean object name used to reference this cluster
type
public int type
- Type of server. Only Application Server in the first Release.
weightTableEntry
public ClusterWeightTableEntry weightTableEntry
- This member's weight table entry.
nodeName
public java.lang.String nodeName
- Node name for this cluster member.
uniqueID
public java.lang.String uniqueID
- Unique ID for this member
Constructor Detail ClusterMemberData
public ClusterMemberData()
- 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.