Uses of Interface
org.osgi.service.cm.ConfigurationAdmin
Packages that use ConfigurationAdmin
-
Uses of ConfigurationAdmin in org.osgi.service.cm
Methods in org.osgi.service.cm that return types with arguments of type ConfigurationAdminModifier and TypeMethodDescriptionConfigurationEvent.getReference()
Return theServiceReference
object of the Configuration Admin service that created this event.Constructor parameters in org.osgi.service.cm with type arguments of type ConfigurationAdminModifierConstructorDescriptionConfigurationEvent
(ServiceReference<ConfigurationAdmin> reference, int type, String factoryPid, String pid) Constructs aConfigurationEvent
object from the givenServiceReference
object, event type, and pids.