Uses of Class
org.activecluster.group.Group

Packages that use Group
org.activecluster.group Contains Group Organsisation models and policies for arranging Node instances into groups, such as buddy-groups (failover nodes) or master/slave groups for High Availability (HA) protocols. 
 

Uses of Group in org.activecluster.group
 

Methods in org.activecluster.group that return Group
protected  Group GroupModel.makeNewGroup(Node node)
          Attempt to make a new group with the current node as the master or if the node cannot be a master node
protected  Group GroupModel.createGroup(Node node)
           
 

Methods in org.activecluster.group with parameters of type Group
protected  void GroupModel.tryToFillGroupWithBuddies(Group group)
           
protected  boolean GroupModel.tryToAddBuddy(Group group)
           
protected  void GroupModel.updateGroupCollections(Group group, boolean wasFull, boolean wasUsable)
          Lets move the group from its current state collection to the new collection if its state has changed
protected  void GroupModel.addNodeToGroup(Group group, Node node)
           
protected  boolean GroupModel.removeNodeFromGroup(Group group, Node node)
           
protected  void GroupModel.addGroup(Group group)
           
 void NodeMemberships.addToGroup(Group group)
           
 boolean NodeMemberships.removeFromGroup(Group group)
           
 boolean NodeMemberships.isMember(Group group)
          Returns true if this node is a member of the given group
 

Constructors in org.activecluster.group with parameters of type Group
Membership(Group group, int index)
           
 



Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.