org.objectweb.jeremie.services.registry
Class RegistryImpl_Stub

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteStub
          extended byorg.objectweb.jeremie.stub_factories.std.StdStub
              extended byorg.objectweb.jeremie.stub_factories.std.OptStub
                  extended byorg.objectweb.jeremie.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

Field Summary
 
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.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
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