org.jpos.iso
Interface MUX
- All Known Implementing Classes:
- ISOMUX, MUXPool, QMUX, SpaceMUX
public interface MUX
MUX interface
- Version:
- $Revision: 2594 $ $Date: 2008-01-22 08:41:31 -0800 (Tue, 22 Jan 2008) $
- 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,
java.lang.Object handBack)
throws ISOException
- Throws:
ISOException
isConnected
boolean isConnected()
- Returns:
- true if connected