| Package | Description |
|---|---|
| org.osgi.service.cm |
Configuration Admin Package Version 1.5.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.osgi.framework.ServiceReference<ConfigurationAdmin> |
ConfigurationEvent.getReference() |
Return the
ServiceReference object of the Configuration Admin
service that created this event. |
| Constructor | 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. |