| |
|
| java.lang.Object java.lang.Thread binding1.BindingImpl
BindingImpl | public class BindingImpl 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() Initialize. | public void | run() The thread run method which starts the message exchange. |
BindingImpl | public BindingImpl(ComponentContext context, DeliveryChannel channel, Logger logger)(Code) | | Constructor for the Binding Implementation.
Parameters: context - - the component context for this binding. Parameters: channel - - the delivery channel provided by the NMR. Parameters: logger - - the logger for this binding. |
run | public void run()(Code) | | The thread run method which starts the message exchange.
|
|
|
|