Interface RemoteQMUX

All Superinterfaces:
Remote
All Known Implementing Classes:
QMUXProxy

public interface RemoteQMUX extends Remote
RMI based QMUX proxy
Since:
1.6
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether the underlying MUX is currently connected.
    request(ISOMsg m, long timeout)
    Sends m and blocks for up to timeout ms waiting for a matching response.
    void
    request(ISOMsg m, long timeout, ISOResponseListener r, Object handBack)
    Sends m asynchronously, dispatching the response (or expiration) to r.