|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.chwf.registry.UserRegistry | +--org.chwf.registry.GlobalUserRegistry
A global UserRegistry
for single-user applications.
Constructor Summary | |
GlobalUserRegistry()
|
Method Summary | |
static void |
init()
Initialize a new global registry. |
static void |
init(GlobalUserRegistry registry)
Initialize an existing registry (for example one saved to disk). |
static void |
release()
Release the global registry. |
Methods inherited from class org.chwf.registry.UserRegistry |
getRegistry, getRegistryEntry, getSingleton, getSingleton, initGlobalRegistry, initLocalRegistry, isInitialized, overwriteRegistryEntry, releaseGlobalRegistry, releaseLocalRegistry, releaseSingleton, removeRegistryEntry, setRegistryEntry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GlobalUserRegistry()
Method Detail |
public static void init()
public static void init(GlobalUserRegistry registry)
registry
- The global registry.public static void release()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |