Package | Description |
---|---|
org.osgi.service.cm |
Configuration Admin Package Version 1.5.
|
Modifier and Type | Field and Description |
---|---|
private org.osgi.framework.ServiceReference<ConfigurationAdmin> |
ConfigurationEvent.reference
The ConfigurationAdmin service which created this event.
|
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.ServiceReference<ConfigurationAdmin> |
ConfigurationEvent.getReference()
Return the
ServiceReference object of the Configuration Admin
service that created this event. |
Constructor and Description |
---|
ConfigurationEvent(org.osgi.framework.ServiceReference<ConfigurationAdmin> reference,
int type,
java.lang.String factoryPid,
java.lang.String pid)
Constructs a
ConfigurationEvent object from the given
ServiceReference object, event type, and pids. |