org.jpos.iso
Interface MUX
- All Known Implementing Classes:
- MUXPool, QMUX
public interface MUX
MUX interface
- Version:
- $Revision$ $Date$
- Author:
- Alejandro Revilla
request
ISOMsg request(ISOMsg m,
long timeout)
throws ISOException
- Parameters:
m - message to sendtimeout - time to wait for a message
- Returns:
- received message or null
- Throws:
ISOException
request
void request(ISOMsg m,
long timeout,
ISOResponseListener r,
Object handBack)
throws ISOException
- Throws:
ISOException
isConnected
boolean isConnected()
- Returns:
- true if connected
Copyright © 1998-2012 jPOS.org. All Rights Reserved.