org.cougaar.core.service.community |
|
Java Source File Name | Type | Comment |
Agent.java | Interface | An agent community entity. |
Community.java | Interface | Defines the attributes and child entities for a community. |
CommunityChangeAdapter.java | Class | A base class for a
CommunityChangeListener . |
CommunityChangeEvent.java | Class | An event used to notify interested parties that a change
has occurred in a community of interest.
The event contains a reference to the community generating
the event. |
CommunityChangeListener.java | Interface | Listener for changes in a community of interest. |
CommunityResponse.java | Interface | Response to request performed by Community Manger. |
CommunityResponseListener.java | Interface | Interface for receiving notifications on completion of a community request. |
CommunityService.java | Interface | This service provides access to community capabilities.
Most operations are performed asynchronously in which case a
callback is used to return status and results. |
Entity.java | Interface | Interface defining entities that are associated with a community. |
FindCommunityCallback.java | Interface | Interface defining callback for find community request. |