org.objectweb.jeremie.libs.services.registry
Class RegistryImpl_Stub

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

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(java.rmi.server.RemoteRef ref)
           
 
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 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(java.rmi.server.RemoteRef ref)
Method Detail

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