org.objectweb.jeremie.services.registry
Class RegistryImpl_OWStub
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteStub
org.objectweb.jeremie.stub_factories.std.StdStub
org.objectweb.jeremie.stub_factories.std.OptStub
org.objectweb.jeremie.services.registry.RegistryImpl_OWStub
- All Implemented Interfaces:
- Registry, Remote, Serializable
- public class RegistryImpl_OWStub
- extends OptStub
- implements Registry, Remote
Jeremie optimised stub for RegistryImpl
- See Also:
- Serialized Form
RegistryImpl_OWStub
public RegistryImpl_OWStub()
RegistryImpl_OWStub
public RegistryImpl_OWStub(RemoteRef ref)
bind
public void bind(String $param_1,
Remote $param_2)
throws AlreadyBoundException,
RemoteException
- Specified by:
bind
in interface Registry
- Throws:
AlreadyBoundException
RemoteException
list
public String[] list()
throws RemoteException
- Specified by:
list
in interface Registry
- Throws:
RemoteException
lookup
public Remote lookup(String $param_1)
throws NotBoundException,
RemoteException
- Specified by:
lookup
in interface Registry
- Throws:
NotBoundException
RemoteException
rebind
public void rebind(String $param_1,
Remote $param_2)
throws RemoteException
- Specified by:
rebind
in interface Registry
- Throws:
RemoteException
unbind
public void unbind(String $param_1)
throws RemoteException
- Specified by:
unbind
in interface Registry
- Throws:
RemoteException