| java.lang.Object org.cougaar.core.adaptivity.TransferRequest
TransferRequest | public class TransferRequest (Code) | | published to the blackboard by a plugin in order
to send an object to a destination by name
This will be picked up by a logic provider which will
create a real message and call the Message Transport Service
to send it.
|
TransferRequest | public TransferRequest(String to, Object messageContents)(Code) | | Constructor
Parameters: to - String 'to' destination/agent Parameters: messageContents - Object contents of the message |
getContents | public Object getContents()(Code) | | The message content.
Object containing the contents of the message. |
getDestination | public String getDestination()(Code) | | The destination agent.
String identifying the agent |
|
|