public interface ServiceConfigurationUpdateEvent
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_TYPE_NAME
the event type name
|
static String |
EVENT_TYPE_VENDOR
the event type vendor
|
static String |
EVENT_TYPE_VERSION
the event type version
|
| Modifier and Type | Method and Description |
|---|---|
ConfigProperties |
getConfigProperties()
Retrieves the ID of the Sbb which configuration was updated.
|
javax.slee.SbbID |
getSbbID()
Retrieves the ID of the Service's Sbb which configuration was updated.
|
javax.slee.ServiceID |
getServiceID()
Retrieves the ID of the Service which configuration was updated.
|
static final String EVENT_TYPE_NAME
static final String EVENT_TYPE_VENDOR
static final String EVENT_TYPE_VERSION
ConfigProperties getConfigProperties()
javax.slee.SbbID getSbbID()
javax.slee.ServiceID getServiceID()
Copyright © 2016. All rights reserved.