org.activecluster.group
Class Membership
java.lang.Object
org.activecluster.group.Membership
- public class Membership
- extends Object
Represents the membership of a Group for a Node
- Version:
- $Revision: 1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATUS_REQUESTED
public static final int STATUS_REQUESTED
- See Also:
- Constant Field Values
STATUS_SYNCHONIZING
public static final int STATUS_SYNCHONIZING
- See Also:
- Constant Field Values
STATUS_FAILED
public static final int STATUS_FAILED
- See Also:
- Constant Field Values
STATUS_OK
public static final int STATUS_OK
- See Also:
- Constant Field Values
Membership
public Membership(Group group,
int index)
getIndex
public int getIndex()
setIndex
public void setIndex(int index)
getStatus
public int getStatus()
setStatus
public void setStatus(int status)
getWeighting
public int getWeighting()
- Returns:
- the weighting of this membership
Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.