| |
|
| org.cougaar.servicediscovery.transaction.ServiceContractRelay
ServiceContractRelay | public interface ServiceContractRelay extends Relay(Code) | | Relay used to request command chain lineage
|
getClient | public Asset getClient()(Code) | | Returns the client asset from the ServiceRequest
Asset client asset as specified by the ServiceRequestagent. |
getProvider | public Asset getProvider()(Code) | | Returns the provider asset from the ServiceContract
Asset provider asset as specified by the ServiceContractagent. |
getProviderName | public String getProviderName()(Code) | | Gets the name of the Agent from whom the service is requested
String Name of the agent |
getServiceContract | public ServiceContract getServiceContract()(Code) | | Returns the service contract provided by the provider agent
ServiceContract service contract as specified by the provideragent. |
getServiceRequest | public ServiceRequest getServiceRequest()(Code) | | Returns the service request from the client
ServiceRequest service request as specified by the clientagent. |
|
|
|