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:
Registry, Remote, Serializable

public class RegistryImpl_Stub
extends OptStub
implements Registry, 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
 
Constructor Summary
RegistryImpl_Stub()
           
RegistryImpl_Stub(RemoteRef ref)
           
 
Method Summary
 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)
           
 
Methods inherited from class org.objectweb.jeremie.libs.stub_factories.std.StdStub
readResolve, setRef
 
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
 

Constructor Detail

RegistryImpl_Stub

public RegistryImpl_Stub()

RegistryImpl_Stub

public RegistryImpl_Stub(RemoteRef ref)
Method Detail

bind

public void bind(String $param_1,
                 Remote $param_2)
          throws AlreadyBoundException,
                 RemoteException
Specified by:
bind in interface Registry

list

public String[] list()
              throws RemoteException
Specified by:
list in interface Registry

lookup

public Remote lookup(String $param_1)
              throws NotBoundException,
                     RemoteException
Specified by:
lookup in interface Registry

rebind

public void rebind(String $param_1,
                   Remote $param_2)
            throws RemoteException
Specified by:
rebind in interface Registry

unbind

public void unbind(String $param_1)
            throws RemoteException
Specified by:
unbind in interface Registry