org.openmdx.kernel.log
Class ConfigManager

java.lang.Object
  extended by 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.


Constructor Summary
ConfigManager()
           
 
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
 

Constructor Detail

ConfigManager

public ConfigManager()
Method Detail

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.