| |
|
| java.lang.Object java.lang.Thread engine1.EngineImpl
EngineImpl | public class EngineImpl extends Thread (Code) | | This test exercises one way MEPs in both directions (InOnly, OutOnly). The
binding begins by initiating an InOnly exchnage with the engine. Once that
completes the binding initiates 100 exchanges with the engine in a serial
fashion. This process reverses from the engine perspective (with OutOnly)
after the InOnly portion completes.
author: Sun Microsystems, Inc. |
Method Summary | |
public void | init() Activate endpoints at init() time. | public void | run() The thread run method which starts the message exchange. |
EngineImpl | public EngineImpl(ComponentContext context, DeliveryChannel channel, Logger logger)(Code) | | Constructor for the Engine Implementation.
Parameters: context - - the component context for this engine. Parameters: channel - - the DeliveryChannel from the NMR. Parameters: logger - - the logger instance for this engine. |
run | public void run()(Code) | | The thread run method which starts the message exchange.
|
|
|
|