Interface RemoteQMUX
- All Superinterfaces:
Remote
- All Known Implementing Classes:
QMUXProxy
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidrequest(ISOMsg m, long timeout, ISOResponseListener r, Object handBack)
-
Method Details
-
request
- Parameters:
m- message to sendtimeout- time to wait for a message- Returns:
- received message or null
- Throws:
ISOExceptionRemoteException
-
request
void request(ISOMsg m, long timeout, ISOResponseListener r, Object handBack) throws ISOException, RemoteException - Throws:
ISOExceptionRemoteException
-
isConnected
- Returns:
- true if connected
- Throws:
RemoteException
-