|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A service that allows monitoring the liveness of a remote object. For instance, tt can be used to detect disconnection. It can only monitor the object registered at the other end's service.
Method Summary | |
void |
register(Id id)
Register a local object for remote monitoring. |
void |
register(Id id,
RequestHandler handler)
Register a local object for remote monitoring. |
void |
register(RemoteObject rmtobj,
RemoteObjectListener listener)
Register a remote object to monitor. |
java.lang.Object |
request(RemoteObject rmtobj,
Request request)
Invoke a request on the remote object. |
void |
unregister(Id id)
Unregister a local object. |
void |
unregister(RemoteObject rmtobj)
Unregister a remote object. |
Method Detail |
public void register(RemoteObject rmtobj, RemoteObjectListener listener) throws RemoteObjectException
RemoteObjectException
public void unregister(RemoteObject rmtobj) throws RemoteObjectException
RemoteObjectException
public void register(Id id, RequestHandler handler)
public void register(Id id)
public void unregister(Id id)
public java.lang.Object request(RemoteObject rmtobj, Request request) throws RemoteObjectException
RemoteObjectException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |