@Contract public interface DynamicConfigurationListener
Modifier and Type | Method and Description |
---|---|
void |
configurationChanged()
This method is called when the set of descriptors
in this service locator has been changed.
|
void configurationChanged()
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 methodCopyright © 2009-2017, Oracle and/or its affiliates. All Rights Reserved.