Package | Description |
---|---|
org.codice.ddf.admin.configuration | |
org.codice.felix.cm.file | |
org.codice.felix.cm.internal |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationUpdater.handleStore(ConfigurationContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationUpdater.initialize(Set<ConfigurationContext> state) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationContextImpl |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPersistencePlugin.handleStore(ConfigurationContext context)
Given the
ConfigurationContext of a configuration about to be written, perform
processing before the results get stored. |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPersistencePlugin.initialize(Set<ConfigurationContext> state)
Provide an initialization hook for synchronous resource allocation after a plugin is
available to be called, unlike an OSGi life-cycle
init() method, which is called prior
to the service becoming available. |
This work is licensed under a Creative Commons Attribution 4.0 International License.