Class OneShotChannelAdaptor.Worker

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

public class OneShotChannelAdaptor.Worker extends Object implements Runnable
Per-message worker that opens an ad-hoc channel, sends the request, and forwards any response.
  • Constructor Details

    • Worker

      public Worker(int i)
      Constructs a Worker with the given identifier.
      Parameters:
      i - worker identifier (used in the thread name)
  • Method Details