org.objectweb.carol.cmi
Interface ClusterRegistryInternal
- Remote
- ClusterRegistryImpl, ClusterRegistryImpl_Cluster
public interface ClusterRegistryInternal
extends Remote
CLUSTERED
public static final byte CLUSTERED
- 1
NOT_CLUSTERED
public static final byte NOT_CLUSTERED
- 0
bindCluster
public void bindCluster(String name,
byte[] obj)
throws AlreadyBoundException,
RemoteException
bindSingle
public void bindSingle(String name,
Remote obj)
throws AlreadyBoundException,
RemoteException
list
public String[] list()
throws RemoteException
lookup
public Object lookup(String name)
throws NotBoundException,
RemoteException
rebindCluster
public void rebindCluster(String name,
byte[] obj)
throws RemoteException
rebindSingle
public void rebindSingle(String name,
Remote obj)
throws RemoteException
test
public void test()
throws RemoteException
unbind
public void unbind(String name)
throws NotBoundException,
RemoteException