public class RegistryImpl_Stub extends OptStub implements Registry, Remote
ref
REGISTRY_PORT
Constructor and Description |
---|
RegistryImpl_Stub() |
RegistryImpl_Stub(RemoteRef ref) |
Modifier and Type | Method and Description |
---|---|
void |
bind(String $param_1,
Remote $param_2) |
String[] |
list() |
Remote |
lookup(String $param_1) |
void |
rebind(String $param_1,
Remote $param_2) |
void |
unbind(String $param_1) |
readResolve, setRef
setRef
public RegistryImpl_Stub()
public RegistryImpl_Stub(RemoteRef ref)
public void bind(String $param_1, Remote $param_2) throws AlreadyBoundException, RemoteException
bind
in interface Registry
AlreadyBoundException
RemoteException
public String[] list() throws RemoteException
list
in interface Registry
RemoteException
public Remote lookup(String $param_1) throws NotBoundException, RemoteException
lookup
in interface Registry
NotBoundException
RemoteException
public void rebind(String $param_1, Remote $param_2) throws RemoteException
rebind
in interface Registry
RemoteException
public void unbind(String $param_1) throws RemoteException
unbind
in interface Registry
RemoteException