public interface RemoterProxy
Modifier and Type | Method and Description |
---|---|
void |
destroyProxy()
Call to destroy the proxy.
|
void |
destroyStub(java.lang.Object object)
Destroys any stub created while sending the given object through this proxy.
|
boolean |
isRemoteAlive()
Checks whether the remote side is still alive
|
void |
registerProxyListener(RemoterProxyListener listener)
Register a
RemoterProxyListener |
void |
unRegisterProxyListener(RemoterProxyListener listener)
Un register a
RemoterProxyListener |
void registerProxyListener(RemoterProxyListener listener)
RemoterProxyListener
void unRegisterProxyListener(RemoterProxyListener listener)
RemoterProxyListener
boolean isRemoteAlive()
void destroyStub(java.lang.Object object)
destroyProxy()
void destroyProxy()