Class QMUXProxy
java.lang.Object
org.jpos.q2.iso.QMUXProxy
- All Implemented Interfaces:
Remote, Configurable, RemoteQMUX
RMI QMUX Proxy
- Since:
- 1.4.9
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidrequest(ISOMsg m, long timeout, ISOResponseListener rl, Object handBack) void
-
Constructor Details
-
QMUXProxy
- Throws:
RemoteException
-
-
Method Details
-
isConnected
- Specified by:
isConnectedin interfaceRemoteQMUX- Returns:
- true if connected
-
request
- Specified by:
requestin interfaceRemoteQMUX- Parameters:
m- message to sendtimeout- time to wait for a message- Returns:
- received message or null
- Throws:
ISOException
-
request
public void request(ISOMsg m, long timeout, ISOResponseListener rl, Object handBack) throws ISOException - Specified by:
requestin interfaceRemoteQMUX- Throws:
ISOException
-
setConfiguration
- Specified by:
setConfigurationin interfaceConfigurable- Parameters:
cfg- Configuration object- Throws:
ConfigurationException
-