jPOS 1.6.1 API Documentation

org.jpos.q2.iso
Class QMUX.AsyncRequest

java.lang.Object
  extended by java.util.TimerTask
      extended by org.jpos.q2.iso.QMUX.AsyncRequest
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
QMUX

public class QMUX.AsyncRequest
extends java.util.TimerTask


Constructor Summary
QMUX.AsyncRequest(ISOResponseListener rl, java.lang.Object handBack)
           
 
Method Summary
 void responseReceived(ISOMsg response)
           
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QMUX.AsyncRequest

public QMUX.AsyncRequest(ISOResponseListener rl,
                         java.lang.Object handBack)
Method Detail

responseReceived

public void responseReceived(ISOMsg response)

run

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

jPOS.org