@Singleton public class ConfigListener extends Object implements DynamicConfigurationListener
| Constructor and Description |
|---|
ConfigListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
configurationChanged()
This method is called when the set of descriptors
in this service locator has been changed.
|
@PostConstruct public void configurationChanged()
DynamicConfigurationListenerDynamicConfiguration.commit() so care should be taken
to do any work quickly. Any exception thrown from this method
will be ignored. A commit that failed will not be reported to
this methodconfigurationChanged in interface DynamicConfigurationListenerCopyright © 2009–2017 Oracle Corporation. All rights reserved.