org.objectweb.carol.cmi
Class DistributedEquiv
java.lang.Object
org.objectweb.carol.cmi.DistributedEquiv
public final class DistributedEquiv
extends java.lang.Object
Manage equivalences between objects in the cluster. Two objects are equivalent if
their keys have the same value (key1.equals(key2)).
The keys prefixed with "REG_" are reserved by the ClusterRegistryImpl. No other
module should generate such keys.
start
public static DistributedEquiv start()
throws ConfigException
The first one which calls this method starts the DistributedEquiv system.
It can be the only one to stop it with the ref it gets.