| org.cougaar.core.plugin.ComponentPlugin org.cougaar.community.CommunityPlugin
CommunityPlugin | public class CommunityPlugin extends ComponentPlugin (Code) | | Plugin used by an agent to automatically create/join its initial
communities during startup. The communities to create/join are defined
in the communities.xml file found on the Cougaar config path. This
plugin is listens for CommunityRequests published to blackboard and
invokes applicable CommunityService methods.
|
execute | public void execute()(Code) | | |
joinParentCommunities | protected void joinParentCommunities(Map parentCommunities, String nestedCommunity)(Code) | | Adds a nested community to its parent community.
Parameters: parentCommunities - Collection Parameters: nestedCommunity - String |
setupSubscriptions | protected void setupSubscriptions()(Code) | | Get required services and join startup communities.
|
|
|