Package org.oddjob.remote
Interface RemoteConnection
- All Superinterfaces:
AutoCloseable,RemoteInvoker,RemoteNotifier
- All Known Implementing Classes:
LocalRemoteConnection,RemoteBridge,RemoteConnectionGson
Provides remote operations and notifications.
-
Method Summary
Methods inherited from interface org.oddjob.remote.RemoteInvoker
invokeMethods inherited from interface org.oddjob.remote.RemoteNotifier
addNotificationListener, removeNotificationListener
-
Method Details
-
destroy
Allows an implementations to clear up resources after a node has been destroyed.- Parameters:
remoteId- The remote id of the node destroyed.- Throws:
RemoteException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
RemoteException
-