| java.lang.Object org.cougaar.community.manager.RequestImpl
RequestImpl | public class RequestImpl implements Request,Relay.Source,Relay.Target,Serializable(Code) | | Blackboard Relay used by CommunityService to send request to remote
Community Manager. This class should only be used by Community
Service implementations, it is not intended for use by clients.
|
requestType | protected int requestType(Code) | | |
getCommunityResponseListeners | public Set getCommunityResponseListeners()(Code) | | |
getRequestType | public int getRequestType()(Code) | | |
getRequestTypeAsString | public String getRequestTypeAsString(int type)(Code) | | |
hashCode | public int hashCode()(Code) | | |
setEntity | public void setEntity(Entity entity)(Code) | | Entity for requests requiring one, such as a JOIN and LEAVE.
Parameters: entity - Affected entity |
setRequestType | public void setRequestType(int reqType)(Code) | | Defines the type of request.
Parameters: reqType - Request type |
toString | public String toString()(Code) | | Returns a string representation of the request
String - a string representation of the request. |
updateContent | public int updateContent(Object content, Token token)(Code) | | |
|
|