Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.objectweb.carol.cmi.ClusterRegistryImpl_Cluster
public class ClusterRegistryImpl_Cluster
extends java.lang.Object
implements ClusterStub, ClusterRegistryInternal
Fields inherited from interface org.objectweb.carol.cmi.ClusterRegistryInternal | |
CLUSTERED , NOT_CLUSTERED |
Constructor Summary | |
Method Summary | |
void |
|
void |
|
String[] |
|
Object |
|
void |
|
void |
|
void |
|
void |
|
public ClusterRegistryImpl_Cluster(ClusterStubData csd) throws RemoteException
public void bindCluster(String name, byte[] obj) throws AlreadyBoundException, RemoteException
- Specified by:
- bindCluster in interface ClusterRegistryInternal
public void bindSingle(String name, Remote obj) throws AlreadyBoundException, RemoteException
- Specified by:
- bindSingle in interface ClusterRegistryInternal
public String[] list() throws RemoteException
- Specified by:
- list in interface ClusterRegistryInternal
public Object lookup(String name) throws NotBoundException, RemoteException
- Specified by:
- lookup in interface ClusterRegistryInternal
public void rebindCluster(String name, byte[] obj) throws RemoteException
- Specified by:
- rebindCluster in interface ClusterRegistryInternal
public void rebindSingle(String name, Remote obj) throws RemoteException
- Specified by:
- rebindSingle in interface ClusterRegistryInternal
public void unbind(java.lang.String name) throws NotBoundException, RemoteException