jPOS 1.6.1 API Documentation

org.jpos.q2.iso
Class OneShotChannelAdaptor.Worker

java.lang.Object
  extended by org.jpos.q2.iso.OneShotChannelAdaptor.Worker
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
OneShotChannelAdaptor

public class OneShotChannelAdaptor.Worker
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
OneShotChannelAdaptor.Worker(int i)
           
 
Method Summary
 void initChannel()
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneShotChannelAdaptor.Worker

public OneShotChannelAdaptor.Worker(int i)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

initChannel

public void initChannel()
                 throws ConfigurationException
Throws:
ConfigurationException

jPOS.org