org.cougaar.community.manager |
|
Java Source File Name | Type | Comment |
AbstractCommunityManager.java | Class | Base class for CommunityManager that can manager one or more communities. |
CommunityAccessManager.java | Class | Performs access control for community manager. |
CommunityDescriptorImpl.java | Class | Implementation of CommunityDescriptor interface. |
CommunityDistributer.java | Class | Helper class used to distribute new/updated CommunityDescriptor objects to
interested nodes and agents. |
CommunityManager.java | Interface | Interface for a CommunityManager that is responsible for maintaining
state for one or more communities. |
DefaultCommunityManagerImpl.java | Class | Concrete implementation of CommunityManager interface that uses Blackboard
Relays to perform communication with remote nodes/agents. |
Request.java | Interface | Blackboard Relay used by CommunityService to send request to remote
Community Manager. |
RequestImpl.java | Class | Blackboard Relay used by CommunityService to send request to remote
Community Manager. |
SimpleCommunityAccessManager.java | Class | Performs access control for community manager. |