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.RemoteExceptionpublic boolean isConnected()
isConnected in interface RemoteQMUXpublic ISOMsg request(ISOMsg m, long timeout) throws ISOException
request in interface RemoteQMUXm - message to sendtimeout - time to wait for a messageISOExceptionpublic void request(ISOMsg m, long timeout, ISOResponseListener rl, java.lang.Object handBack) throws ISOException
request in interface RemoteQMUXISOExceptionpublic void setConfiguration(Configuration cfg) throws ConfigurationException
setConfiguration in interface Configurablecfg - Configuration objectConfigurationException