com.ibm.websphere.management.wlm

Class ClusterMemberData

  1. java.lang.Object
  2. extended bycom.ibm.websphere.management.wlm.ClusterMemberData
All implemented interfaces:
java.io.Serializable

  1. public class ClusterMemberData
  2. extends java.lang.Object
  3. implements java.io.Serializable
Information about the various members that make up a cluster. In most cases the members are application servers.
Version:
1.9
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
APP_SERVER
server type constants
  1. java.lang.String
clusterName
Name of the cluster that this server belongs.
  1. javax.management.ObjectName
clusterObjectName
MBean object name used to reference this cluster
  1. java.lang.String
memberName
Name of the cluster member.
  1. javax.management.ObjectName
memberObjectName
MBean reference for this member.
  1. java.lang.String
nodeName
Node name for this cluster member.
  1. int
type
Type of server.
  1. java.lang.String
uniqueID
Unique ID for this member
  1. ClusterWeightTableEntry
weightTableEntry
This member's weight table entry.

Constructor Summary

Constructor and Description
ClusterMemberData()
Constructor - default

Method Summary

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

APP_SERVER

  1. public static final int APP_SERVER
server type constants
See Also:

memberName

  1. public java.lang.String memberName
Name of the cluster member. (Application Server name.)

memberObjectName

  1. public javax.management.ObjectName memberObjectName
MBean reference for this member.

clusterName

  1. public java.lang.String clusterName
Name of the cluster that this server belongs.

clusterObjectName

  1. public javax.management.ObjectName clusterObjectName
MBean object name used to reference this cluster

type

  1. public int type
Type of server. Only Application Server in the first Release.

weightTableEntry

  1. public ClusterWeightTableEntry weightTableEntry
This member's weight table entry.

nodeName

  1. public java.lang.String nodeName
Node name for this cluster member.

uniqueID

  1. public java.lang.String uniqueID
Unique ID for this member

Constructor Detail

ClusterMemberData

  1. public ClusterMemberData()
Constructor - default