org.cougaar.core.mts.singlenode |
This package contains a single-node MTS implementation, created for
performance characterization and MTS overhead computation. It is a
very lightweight version of the MTS in which a single node is run
without the overhead of costly services (naming, wp, etc). It provides
the developer with an stripped test case for performance
characterization.
|
Java Source File Name | Type | Comment |
SingleNodeMTSProvider.java | Class | This component is a baseline implementation of a single-node
MessageTransportService .
Consists of only a registry, a router, and wp service loading. |
SingleNodeMTSProxy.java | Class | Base Single-Node implementation of MessageTransportService. |
SingleNodeRouterImpl.java | Class | The message router implementation.
The
SingleNodeRouterImpl.routeMessage method finds the
MessageTransportClient for each message's target and
delivers the message. |