org.objectweb.carol.cmi
Class ClusterRegistryClient
java.lang.Object
org.objectweb.carol.cmi.ClusterRegistryClient
- ClusterRegistry, Registry
public class ClusterRegistryClient
extends java.lang.Object
Client code for a cluster registry
bind
public void bind(String name,
Remote obj)
throws AlreadyBoundException,
RemoteException
list
public String[] list()
throws RemoteException
lookup
public Remote lookup(String name)
throws NotBoundException,
RemoteException
rebind
public void rebind(String name,
Remote obj)
throws RemoteException
unbind
public void unbind(String name)
throws NotBoundException,
RemoteException