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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSPropertiesObserver.java25 * $Id: SMSPropertiesObserver.java,v 1.1 2008/07/30 00:50:15 arviranga Exp $
49 public class SMSPropertiesObserver implements ConfigurationListener { class in inherits:ConfigurationListener
50 private static SMSPropertiesObserver instance;
53 private SMSPropertiesObserver() { method in class:SMSPropertiesObserver
57 public synchronized static SMSPropertiesObserver getInstance() {
59 instance = new SMSPropertiesObserver();
63 debug.message("SMSPropertiesObserver:getInstance Instantiated" +
72 debug.message("SMSPropertiesObserver:notifyChanges Received " +
84 debug.error("SMSPropertiesObserver :: Unable to restart PSearches after SystemProperties change.", e);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSPropertiesObserver.java25 * $Id: SMSPropertiesObserver.java,v 1.1 2008/07/30 00:50:15 arviranga Exp $
49 public class SMSPropertiesObserver implements ConfigurationListener { class in inherits:ConfigurationListener
50 private static SMSPropertiesObserver instance;
53 private SMSPropertiesObserver() { method in class:SMSPropertiesObserver
57 public synchronized static SMSPropertiesObserver getInstance() {
59 instance = new SMSPropertiesObserver();
63 debug.message("SMSPropertiesObserver:getInstance Instantiated" +
72 debug.message("SMSPropertiesObserver:notifyChanges Received " +
84 debug.error("SMSPropertiesObserver :: Unable to restart PSearches after SystemProperties change.", e);

Completed in 39 milliseconds