org.objectweb.carol.cmi

Class ClusterRegistryImpl_Cluster

Implemented Interfaces:
ClusterRegistryInternal, ClusterStub, Remote

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

Cluster standard stub for ClusterRegistryImpl

Fields inherited from interface org.objectweb.carol.cmi.ClusterRegistryInternal

CLUSTERED, NOT_CLUSTERED

Constructor Summary

ClusterRegistryImpl_Cluster(ClusterStubData csd)

Method Summary

void
bindCluster(String name, byte[] obj)
void
bindSingle(String name, Remote obj)
String[]
list()
Object
lookup(String name)
void
rebindCluster(String name, byte[] obj)
void
rebindSingle(String name, Remote obj)
void
test()
void
unbind(java.lang.String name)

Constructor Details

ClusterRegistryImpl_Cluster

public ClusterRegistryImpl_Cluster(ClusterStubData csd)
            throws RemoteException

Method Details

bindCluster

public void bindCluster(String name,
                        byte[] obj)
            throws AlreadyBoundException,
                   RemoteException
Specified by:
bindCluster in interface ClusterRegistryInternal


bindSingle

public void bindSingle(String name,
                       Remote obj)
            throws AlreadyBoundException,
                   RemoteException
Specified by:
bindSingle in interface ClusterRegistryInternal


list

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


lookup

public Object lookup(String name)
            throws NotBoundException,
                   RemoteException
Specified by:
lookup in interface ClusterRegistryInternal


rebindCluster

public void rebindCluster(String name,
                          byte[] obj)
            throws RemoteException
Specified by:
rebindCluster in interface ClusterRegistryInternal


rebindSingle

public void rebindSingle(String name,
                         Remote obj)
            throws RemoteException
Specified by:
rebindSingle in interface ClusterRegistryInternal


test

public void test()
            throws RemoteException
Specified by:
test in interface ClusterRegistryInternal


unbind

public void unbind(java.lang.String name)
            throws NotBoundException,
                   RemoteException