Uses of Interface
org.osgi.service.cm.ConfigurationAdmin
-
Packages that use ConfigurationAdmin Package Description org.osgi.service.cm Configuration Admin Package Version 1.6. -
-
Uses of ConfigurationAdmin in org.osgi.service.cm
Fields in org.osgi.service.cm with type parameters of type ConfigurationAdmin Modifier and Type Field Description private org.osgi.framework.ServiceReference<ConfigurationAdmin>
ConfigurationEvent. reference
The ConfigurationAdmin service which created this event.Methods in org.osgi.service.cm that return types with arguments of type ConfigurationAdmin Modifier and Type Method Description org.osgi.framework.ServiceReference<ConfigurationAdmin>
ConfigurationEvent. 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 ConfigurationAdmin Constructor Description ConfigurationEvent(org.osgi.framework.ServiceReference<ConfigurationAdmin> reference, int type, java.lang.String factoryPid, java.lang.String pid)
Constructs aConfigurationEvent
object from the givenServiceReference
object, event type, and pids.
-