@Singleton private static class ConfigurationListener.DescriptorListener extends java.lang.Object implements DynamicConfigurationListener
Modifier and Type | Field and Description |
---|---|
private ConfigurationListener |
parent |
Modifier | Constructor and Description |
---|---|
private |
DescriptorListener() |
Modifier and Type | Method and Description |
---|---|
void |
configurationChanged()
This method is called when the set of descriptors
in this service locator has been changed.
|
@Inject private ConfigurationListener parent
public void configurationChanged()
DynamicConfigurationListener
DynamicConfiguration.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 DynamicConfigurationListener