public class QMUXProxy extends java.lang.Object implements RemoteQMUX, Configurable
Modifier and Type | Method and Description |
---|---|
boolean |
isConnected() |
ISOMsg |
request(ISOMsg m,
long timeout) |
void |
request(ISOMsg m,
long timeout,
ISOResponseListener rl,
java.lang.Object handBack) |
void |
setConfiguration(Configuration cfg) |
public QMUXProxy(QMUX qmux) throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean isConnected()
isConnected
in interface RemoteQMUX
public ISOMsg request(ISOMsg m, long timeout) throws ISOException
request
in interface RemoteQMUX
m
- message to sendtimeout
- time to wait for a messageISOException
public void request(ISOMsg m, long timeout, ISOResponseListener rl, java.lang.Object handBack) throws ISOException
request
in interface RemoteQMUX
ISOException
public void setConfiguration(Configuration cfg) throws ConfigurationException
setConfiguration
in interface Configurable
cfg
- Configuration objectConfigurationException