| java.lang.Object org.cougaar.mts.base.RouterImpl
RouterImpl | final class RouterImpl implements Router(Code) | | The default, and for now only, implementation of Router. The
routeMesageMethod finds the DestinationQueue for
each message's target, and enqueues the outgoing message there.
|
Method Summary | |
public void | routeMessage(AttributedMessage message) Find or make a DestinationQueue for this message, then add the
message to that queue. |
routeMessage | public void routeMessage(AttributedMessage message)(Code) | | Find or make a DestinationQueue for this message, then add the
message to that queue. The factory has a fairly efficient cache,
so we do not have to cache here.
|
|
|