@Service public interface RMIRegistry
Registry getRegistry() throws RemoteException
Registry
maintained by this service.RemoteException
- if this method fails to obtain the registryRemote export(Remote obj) throws RemoteException
obj
- - the object to be exportedRemoteException
- if this method fails to export the objectboolean unexport(Remote obj) throws RemoteException
obj
- - the object to be unexportedRemoteException
- if an error occurred trying to unexport
the objectCopyright © 2014. All Rights Reserved.