org.openmdx.kernel.log
Class ConfigManager
java.lang.Object
org.openmdx.kernel.log.ConfigManager
public final class ConfigManager
- extends Object
The ConfigManager object manages all Log Config objects available.
Remember that the registered Config objects are only proxies for
the real configuration objects. The proxies hold their delegates using
a WeakReference. This guarantees that the ConfigManager works even
in a J2EE environment where J2EE applications can be undeployed any time.
|
Method Summary |
Collection |
list()
List all registered configuration objects. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigManager
public ConfigManager()
list
public Collection list()
- List all registered configuration objects.
- Returns:
- an unmodifiable, synchronized collection of
Config
objects
This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.