Uses of Interface
org.codice.felix.cm.internal.ConfigurationContext
-
Uses of ConfigurationContext in org.codice.felix.cm.internal
Methods in org.codice.felix.cm.internal with parameters of type ConfigurationContextModifier and TypeMethodDescriptionvoidConfigurationPersistencePlugin.handleStore(ConfigurationContext context) Given theConfigurationContextof a configuration about to be written, perform processing before the results get stored.Method parameters in org.codice.felix.cm.internal with type arguments of type ConfigurationContextModifier and TypeMethodDescriptionvoidConfigurationPersistencePlugin.initialize(Set<ConfigurationContext> state) Provide an initialization hook for synchronous resource allocation after a plugin is available to be called, unlike an OSGi life-cycleinit()method, which is called prior to the service becoming available.