| java.lang.Object org.cougaar.community.MembershipWatcher
MembershipWatcher | public class MembershipWatcher (Code) | | This class listens for community change events and updates local
CommunityMembership object to reflect current state. The
CommunityMembership is used to rejoin communities on a restart and to
periodically verify that this agents view of the world is in sync with
that of applicable community managers.
|
managedCommunities | protected List managedCommunities(Code) | | |
pendingOperations | protected List pendingOperations(Code) | | |
addPendingOperation | public void addPendingOperation(String communityName)(Code) | | |
checkCommunity | protected void checkCommunity(String communityName, Entity entity, boolean isMember)(Code) | | |
removePendingOperation | public void removePendingOperation(String communityName)(Code) | | |
validate | public synchronized void validate()(Code) | | |
|
|