REGISTRY_PORT| Constructor and Description |
|---|
DummyRegistry() |
public Remote lookup(String name) throws RemoteException, NotBoundException, AccessException
lookup in interface RegistryRemoteExceptionNotBoundExceptionAccessExceptionpublic void bind(String name, Remote obj) throws RemoteException, AlreadyBoundException, AccessException
bind in interface RegistryRemoteExceptionAlreadyBoundExceptionAccessExceptionpublic void unbind(String name) throws RemoteException, NotBoundException, AccessException
unbind in interface RegistryRemoteExceptionNotBoundExceptionAccessExceptionpublic void rebind(String name, Remote obj) throws RemoteException, AccessException
rebind in interface RegistryRemoteExceptionAccessExceptionpublic String[] list() throws RemoteException, AccessException
list in interface RegistryRemoteExceptionAccessExceptionCopyright © 2014 JDAL. All Rights Reserved.