org.objectweb.carol.cmi
Class ClusterRegistryImpl_Cluster

java.lang.Object
  |
  +--org.objectweb.carol.cmi.ClusterRegistryImpl_Cluster
All Implemented Interfaces:
ClusterRegistry, ClusterStub, java.rmi.registry.Registry, java.rmi.Remote

public class ClusterRegistryImpl_Cluster
extends java.lang.Object
implements ClusterStub, ClusterRegistry

Cluster standard stub for ClusterRegistryImpl


Field Summary
 
Fields inherited from interface org.objectweb.carol.cmi.ClusterRegistry
DEFAULT_PORT
 
Fields inherited from interface java.rmi.registry.Registry
REGISTRY_PORT
 
Constructor Summary
ClusterRegistryImpl_Cluster(ClusterStubData csd)
           
 
Method Summary
 void bind(java.lang.String name, java.rmi.Remote obj)
           
 java.lang.String[] list()
           
 java.rmi.Remote lookup(java.lang.String name)
           
 void rebind(java.lang.String name, java.rmi.Remote obj)
           
 void test()
           
 void unbind(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterRegistryImpl_Cluster

public ClusterRegistryImpl_Cluster(ClusterStubData csd)
                            throws java.rmi.RemoteException
Method Detail

list

public java.lang.String[] list()
                        throws java.rmi.RemoteException
Specified by:
list in interface java.rmi.registry.Registry
java.rmi.RemoteException

test

public void test()
          throws java.rmi.RemoteException
Specified by:
test in interface ClusterRegistry
java.rmi.RemoteException

lookup

public java.rmi.Remote lookup(java.lang.String name)
                       throws java.rmi.NotBoundException,
                              java.rmi.RemoteException
Specified by:
lookup in interface java.rmi.registry.Registry
java.rmi.NotBoundException
java.rmi.RemoteException

bind

public void bind(java.lang.String name,
                 java.rmi.Remote obj)
          throws java.rmi.AlreadyBoundException,
                 java.rmi.RemoteException
Specified by:
bind in interface java.rmi.registry.Registry
java.rmi.AlreadyBoundException
java.rmi.RemoteException

rebind

public void rebind(java.lang.String name,
                   java.rmi.Remote obj)
            throws java.rmi.RemoteException
Specified by:
rebind in interface java.rmi.registry.Registry
java.rmi.RemoteException

unbind

public void unbind(java.lang.String name)
            throws java.rmi.NotBoundException,
                   java.rmi.RemoteException
Specified by:
unbind in interface java.rmi.registry.Registry
java.rmi.NotBoundException
java.rmi.RemoteException