| |
|
| java.lang.Object org.cougaar.community.RelayAdapter
RelayAdapter | public class RelayAdapter implements Relay.Source(Code) | | Generic wrapper for blackboard objects to be sent to remote agents
using Realay.
|
interestedAgents | protected Set interestedAgents(Code) | | |
addTarget | public void addTarget(MessageAddress target)(Code) | | Add a target destination.
Parameters: target - MessageAddress of agent to add to targets |
getInterestedAgents | public Set getInterestedAgents()(Code) | | |
getTargetFactory | public TargetFactory getTargetFactory()(Code) | | |
getTargets | public Set getTargets()(Code) | | Get all the addresses of the target agents to which this Relay
should be sent.
Set of MessageAddress objects |
|
|
|