IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.management.wlm
Class ClusterWeightTableEntry

java.lang.Object
  extended by com.ibm.websphere.management.wlm.ClusterWeightTableEntry
All Implemented Interfaces:
java.io.Serializable

public class ClusterWeightTableEntry
extends java.lang.Object
implements java.io.Serializable

Information about a cluster member weight setting.

Version:
1.7
See Also:
Serialized Form

Field Summary
 java.lang.String memberName
          Member Name.
 java.lang.String nodeName
          Node Name.
 java.lang.Integer weight
          Member Weight.
 
Constructor Summary
ClusterWeightTableEntry()
          Constructor - default
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

memberName

public java.lang.String memberName
Member Name.


nodeName

public java.lang.String nodeName
Node Name.


weight

public java.lang.Integer weight
Member Weight.

Constructor Detail

ClusterWeightTableEntry

public ClusterWeightTableEntry()
Constructor - default


IBM WebSphere Application ServerTM
Release 8