org.activecluster.group
Class BuddyGroupModel

java.lang.Object
  extended byorg.activecluster.group.GroupModel
      extended byorg.activecluster.group.BuddyGroupModel

public class BuddyGroupModel
extends GroupModel

A kind of GroupModel in which every Node has its own Group and other nodes in the cluster act as buddies (slaves)

Version:
$Revision: 1.1 $

Constructor Summary
BuddyGroupModel()
           
 
Method Summary
 void addNode(Node node)
          Adds the new node to this group model; we assume the node has not been added before.
 
Methods inherited from class org.activecluster.group.GroupModel
addGroup, addNodeToGroup, addToExistingGroup, addToIncompleteGroup, addToNotFullGroup, addToPendingGroup, addToUnusedNodes, canBeMaster, canCreateGroup, createGroup, getGroups, getMasterFilter, getMaximumGroups, getMaximumMemberCount, getMaximumWeighting, getMinimumMemberCount, makeNewGroup, removeNode, removeNodeFromGroup, setMasterFilter, setMaximumGroups, setMaximumMemberCount, setMaximumWeighting, setMinimumMemberCount, tryToAddBuddy, tryToFillGroupWithBuddies, updateGroupCollections
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuddyGroupModel

public BuddyGroupModel()
Method Detail

addNode

public void addNode(Node node)
Description copied from class: GroupModel
Adds the new node to this group model; we assume the node has not been added before.

Overrides:
addNode in class GroupModel
Parameters:
node -


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