| java.lang.Object org.cougaar.servicediscovery.description.ServiceRequestImpl
ServiceRequestImpl | public class ServiceRequestImpl implements ServiceRequest,java.io.Serializable(Code) | | The ServiceRequest describes the particular service which the client agent
woul like to receive from the provider agent.
|
ServiceRequestImpl | public ServiceRequestImpl()(Code) | | |
getClient | public Asset getClient()(Code) | | Returns the asset representing the client
|
getServicePreferences | public Collection getServicePreferences()(Code) | | Returns a read only collection Preferences for the requested service
service.
|
getServiceRole | public Role getServiceRole()(Code) | | Returns the requested service role
service.
|
setClient | public void setClient(Asset client)(Code) | | Sets the asset representing the client
|
setServicePreferences | public void setServicePreferences(Collection servicePreferences)(Code) | | Sets the service preferences for this service.
|
setServiceRole | public void setServiceRole(Role serviceRole)(Code) | | Sets the asset representing the client
|
|
|