@ProviderType
public class KeystoreChangedEvent
extends org.osgi.service.event.Event
Event sent to report a change in a keystore managed by a KeystoreService.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENT_TOPIC
The EventAdmin topic of this event.
|
static java.lang.String |
SENDER_PID_PROPERTY_KEY
The key of a Event property containing the kura.service.pid of the sender
KeystoreService |
| Constructor and Description |
|---|
KeystoreChangedEvent(java.lang.String keystoreServicePid) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSenderPid()
Returns the kura.service.pid of the sender
KeystoreService. |
public static final java.lang.String EVENT_TOPIC
public static final java.lang.String SENDER_PID_PROPERTY_KEY
KeystoreServicepublic KeystoreChangedEvent(java.lang.String keystoreServicePid)
public java.lang.String getSenderPid()
KeystoreService.KeystoreService.