Class OneShotChannelAdaptorMK2.Worker

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

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

    • Worker

      public Worker(ISOMsg req, int id)
      Constructs a Worker for the given request.
      Parameters:
      req - message to send
      id - worker identifier (used in the thread name)
  • Method Details