| java.lang.Object org.cougaar.servicediscovery.transaction.ProviderDescriptionQueryImpl
getKey | public String getKey()(Code) | | The key for looking up the provider's description.
Key that maps to provider's description. |
getProviderDescription | public ProviderDescription getProviderDescription()(Code) | | Provider description describing the provider and its services.
ProviderDescription matching the request. |
getRequestUID | public UID getRequestUID()(Code) | | Unique identifier of the request for provider descriptions.
UID of the request object. |
getSource | public MessageAddress getSource()(Code) | | Address of the requesting agent.
The address of the agent. |
getTarget | public MessageAddress getTarget()(Code) | | Address of the agent that was contacted.
The address of the agent. |
getUID | public UID getUID()(Code) | | UID support from unique-object.
The UID of the object. |
hashCode | public int hashCode()(Code) | | |
setProviderDescription | public void setProviderDescription(ProviderDescription providerDesc)(Code) | | Set the provider description.
Parameters: providerDesc - the ProviderDescripton |
setUID | public void setUID(UID uid)(Code) | | Set the UID.
Parameters: uid - the UID of the object. |
updateContent | public int updateContent(Object content, Token token)(Code) | | |
|
|