Searched refs:ServicePropertiesConfigurationListener (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java626 private final Map<String, ServicePropertiesConfigurationListener> servicePropertiesListeners;
627 private final ServicePropertiesConfigurationListener platformServicePropertiesListener;
631 platformServicePropertiesListener = new ServicePropertiesConfigurationListener();
647 ServicePropertiesConfigurationListener listener =
648 new ServicePropertiesConfigurationListener(properties);
674 private static final class ServicePropertiesConfigurationListener implements ConfigurationListener { class in class:SystemProperties
679 private ServicePropertiesConfigurationListener(Set<String> propertyNames) { method in class:SystemProperties.ServicePropertiesConfigurationListener
689 private ServicePropertiesConfigurationListener() { method in class:SystemProperties.ServicePropertiesConfigurationListener
725 ServicePropertiesConfigurationListener serviceListener =
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java625 private final Map<String, ServicePropertiesConfigurationListener> servicePropertiesListeners;
626 private final ServicePropertiesConfigurationListener platformServicePropertiesListener;
630 platformServicePropertiesListener = new ServicePropertiesConfigurationListener();
646 ServicePropertiesConfigurationListener listener =
647 new ServicePropertiesConfigurationListener(properties);
673 private static final class ServicePropertiesConfigurationListener implements ConfigurationListener { class in class:SystemProperties
678 private ServicePropertiesConfigurationListener(Set<String> propertyNames) { method in class:SystemProperties.ServicePropertiesConfigurationListener
688 private ServicePropertiesConfigurationListener() { method in class:SystemProperties.ServicePropertiesConfigurationListener
724 ServicePropertiesConfigurationListener serviceListener =

Completed in 31 milliseconds