com.ibm.websphere.management.wlm
Class ClusterWeightTableEntryjava.lang.Object | +--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.4
- 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
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
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.