| java.lang.Object org.cougaar.community.AbstractCommunityService org.cougaar.community.test.CommunityServiceTestImpl
Method Summary | |
public void | findCommunity(String communityName, FindCommunityCallback findMgrCB, long timeout) | protected String | getAgentName() | protected CommunityCacheTestImpl | getCache() | protected CommunityManager | getCommunityManager() | protected CommunityMemberships | getCommunityMemberships() | protected MembershipWatcher | getMembershipWatcher() | public Collection | listAllCommunities() Lists all communities in White pages. | public void | listAllCommunities(CommunityResponseListener crl) | public Collection | listParentCommunities(String member, String filter, CommunityResponseListener crl) | public Collection | listParentCommunities(String member, CommunityResponseListener crl) | protected void | queueCommunityRequest(String communityName, int requestType, Entity entity, ModificationItem[] attrMods, CommunityResponseListener crl, long timeout, long delay) | protected void | sendResponse(CommunityResponse resp, Set listeners) |
CommunityServiceTestImpl | public CommunityServiceTestImpl(String agentName)(Code) | | Constructor.
|
listAllCommunities | public Collection listAllCommunities()(Code) | | Lists all communities in White pages.
Collection of community names |
Methods inherited from org.cougaar.community.AbstractCommunityService | public void addListener(CommunityChangeListener l)(Code)(Java Doc) protected void addParentAttribute(Community community, String parent)(Code)(Java Doc) public void createCommunity(String communityName, Attributes attrs, CommunityResponseListener crl)(Code)(Java Doc) abstract public void findCommunity(String communityName, FindCommunityCallback fccb, long timeout)(Code)(Java Doc) abstract protected String getAgentName()(Code)(Java Doc) public Community getCommunity(String communityName, CommunityResponseListener crl)(Code)(Java Doc) protected Collection getMatches(String communityName, String filter)(Code)(Java Doc) public String[] getParentCommunities(boolean allLevels)(Code)(Java Doc) protected void handleResponse(String communityName, CommunityResponse resp, Set listeners)(Code)(Java Doc) public void joinCommunity(String communityName, String entityName, int entityType, Attributes entityAttrs, boolean createIfNotFound, Attributes newCommunityAttrs, long timeout, CommunityResponseListener crl)(Code)(Java Doc) public void joinCommunity(String communityName, String entityName, int entityType, Attributes entityAttrs, boolean createIfNotFound, Attributes newCommunityAttrs, CommunityResponseListener crl)(Code)(Java Doc) public void leaveCommunity(String communityName, String entityName, CommunityResponseListener crl)(Code)(Java Doc) public void leaveCommunity(String communityName, String entityName, long timeout, CommunityResponseListener crl)(Code)(Java Doc) abstract public Collection listAllCommunities()(Code)(Java Doc) abstract public void listAllCommunities(CommunityResponseListener crl)(Code)(Java Doc) public Collection listParentCommunities(String member, String filter, CommunityResponseListener crl)(Code)(Java Doc) public Collection listParentCommunities(String member)(Code)(Java Doc) public Collection listParentCommunities(String member, String filter)(Code)(Java Doc) public void modifyAttributes(String communityName, String entityName, ModificationItem[] mods, CommunityResponseListener crl)(Code)(Java Doc) abstract protected void queueCommunityRequest(String communityName, int requestType, Entity entity, ModificationItem[] attrMods, CommunityResponseListener crl, long timeout, long delay)(Code)(Java Doc) public void removeListener(CommunityChangeListener l)(Code)(Java Doc) protected void removeParentAttribute(Community community, String parent)(Code)(Java Doc) public Collection search(String communityName, String filter)(Code)(Java Doc) public Collection searchCommunity(String communityName, String searchFilter, boolean recursiveSearch, int resultQualifier, CommunityResponseListener crl)(Code)(Java Doc) abstract protected void sendResponse(CommunityResponse resp, Set listeners)(Code)(Java Doc)
|
|
|