|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.carol.cmi.DistributedEquiv
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 RegistryImpl. No other module should generate such keys.
Constructor Summary | |
DistributedEquiv()
|
Method Summary | |
static DistributedEquiv |
start()
The first one which calls this method starts the DistributedEquiv system. |
void |
stop()
Terminate the Distributed Equivalent System |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DistributedEquiv()
Method Detail |
public static DistributedEquiv start() throws ServerConfigException
ServerConfigException
- if exception is encounteredpublic void stop() throws ServerConfigException
ServerConfigException,
- if error during stopping
ServerConfigException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |