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
Field Summary | |
static String |
Fields inherited from interface org.objectweb.carol.cmi.ClusterRegistryInternal | |
CLUSTERED , NOT_CLUSTERED |
Method Summary | |
void |
|
void |
|
String[] |
|
Object |
|
static void |
|
void |
|
void |
|
static ClusterRegistryKiller |
|
void |
|
void |
|
public void bindCluster(String n, byte[] obj) throws AlreadyBoundException, RemoteException
- Specified by:
- bindCluster in interface ClusterRegistryInternal
public void bindSingle(String n, 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 n) throws NotBoundException, RemoteException
- Specified by:
- lookup in interface ClusterRegistryInternal
public static void main(args[] ) throws Exception
public void rebindCluster(String n, byte[] obj) throws RemoteException
- Specified by:
- rebindCluster in interface ClusterRegistryInternal
public void rebindSingle(String n, Remote obj) throws RemoteException
- Specified by:
- rebindSingle in interface ClusterRegistryInternal
public void unbind(String n) throws NotBoundException, RemoteException
- Specified by:
- unbind in interface ClusterRegistryInternal