org.objectweb.carol.cmi

Class 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.

Method Summary

static DistributedEquiv
start()
The first one which calls this method starts the DistributedEquiv system.
void
stop()

Method Details

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.


stop

public void stop()
            throws ConfigException