Searched defs:DebugPropertiesObserver (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DDebugPropertiesObserver.java25 * $Id: DebugPropertiesObserver.java,v 1.4 2008/08/13 16:00:54 rajeevangal Exp $
43 public class DebugPropertiesObserver implements ConfigurationListener { class in inherits:ConfigurationListener
44 private static DebugPropertiesObserver instance;
49 instance = new DebugPropertiesObserver();
58 private DebugPropertiesObserver() { method in class:DebugPropertiesObserver
62 * Returns an instance of <code>DebugPropertiesObserver</code> object.
64 * @return an instance of <code>DebugPropertiesObserver</code> object.
66 public static DebugPropertiesObserver getInstance() {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DDebugPropertiesObserver.java25 * $Id: DebugPropertiesObserver.java,v 1.4 2008/08/13 16:00:54 rajeevangal Exp $
43 public class DebugPropertiesObserver implements ConfigurationListener { class in inherits:ConfigurationListener
44 private static DebugPropertiesObserver instance;
49 instance = new DebugPropertiesObserver();
58 private DebugPropertiesObserver() { method in class:DebugPropertiesObserver
62 * Returns an instance of <code>DebugPropertiesObserver</code> object.
64 * @return an instance of <code>DebugPropertiesObserver</code> object.
66 public static DebugPropertiesObserver getInstance() {

Completed in 25 milliseconds