org.objectweb.jeremie.libs.services.registry
Class RegistryImpl_Stub
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteStub
org.objectweb.jeremie.libs.stub_factories.std.StdStub
org.objectweb.jeremie.libs.stub_factories.std.OptStub
org.objectweb.jeremie.libs.services.registry.RegistryImpl_Stub
- All Implemented Interfaces:
- java.rmi.registry.Registry, java.rmi.Remote, java.io.Serializable
- public class RegistryImpl_Stub
- extends OptStub
- implements java.rmi.registry.Registry, java.rmi.Remote
Jeremie optimised stub for RegistryImpl
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Fields inherited from interface java.rmi.registry.Registry |
REGISTRY_PORT |
Method Summary |
void |
bind(java.lang.String $param_1,
java.rmi.Remote $param_2)
|
java.lang.String[] |
list()
|
java.rmi.Remote |
lookup(java.lang.String $param_1)
|
void |
rebind(java.lang.String $param_1,
java.rmi.Remote $param_2)
|
void |
unbind(java.lang.String $param_1)
|
Methods inherited from class java.rmi.server.RemoteStub |
setRef |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
RegistryImpl_Stub
public RegistryImpl_Stub()
RegistryImpl_Stub
public RegistryImpl_Stub(java.rmi.server.RemoteRef ref)
bind
public void bind(java.lang.String $param_1,
java.rmi.Remote $param_2)
throws java.rmi.AlreadyBoundException,
java.rmi.RemoteException
- Specified by:
bind
in interface java.rmi.registry.Registry
- Throws:
java.rmi.AlreadyBoundException
java.rmi.RemoteException
list
public java.lang.String[] list()
throws java.rmi.RemoteException
- Specified by:
list
in interface java.rmi.registry.Registry
- Throws:
java.rmi.RemoteException
lookup
public java.rmi.Remote lookup(java.lang.String $param_1)
throws java.rmi.NotBoundException,
java.rmi.RemoteException
- Specified by:
lookup
in interface java.rmi.registry.Registry
- Throws:
java.rmi.NotBoundException
java.rmi.RemoteException
rebind
public void rebind(java.lang.String $param_1,
java.rmi.Remote $param_2)
throws java.rmi.RemoteException
- Specified by:
rebind
in interface java.rmi.registry.Registry
- Throws:
java.rmi.RemoteException
unbind
public void unbind(java.lang.String $param_1)
throws java.rmi.RemoteException
- Specified by:
unbind
in interface java.rmi.registry.Registry
- Throws:
java.rmi.RemoteException