public interface EventNotifierBase
| Modifier and Type | Interface and Description |
|---|---|
static class |
EventNotifierBase.EventType
Events that generate notifications.
|
static class |
EventNotifierBase.SourceType
Sources of notifications.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_NAME_KEY
Item name key for component name.
|
static String |
EVENT_TYPE_KEY
Item name key for event type.
|
static String |
JBI_PREFIX
Common prefix for all notification messages.
|
static String |
NOTIFICATION_CLASS_NAME
Class name for notifications emitted by the runtime.
|
static String |
NOTIFICATION_DESCRIPTION
Desription for notifications emitted by the runtime.
|
static String[] |
NOTIFICATION_TYPES
Notification types emitted by the runtime.
|
static String |
SERVICE_ASSEMBLY_NAME_KEY
Item name key for service assembly name.
.
|
static String |
SERVICE_UNIT_NAME_KEY
Item name key for service unit name.
|
static String |
SOURCE_NAME_KEY
Item name key for source type.
|
static String |
SOURCE_TYPE_KEY
Item name key for source type.
|
static String |
TARGET_NAME_KEY
Item name key for target name.
|
static final String JBI_PREFIX
static final String EVENT_TYPE_KEY
static final String SOURCE_TYPE_KEY
static final String TARGET_NAME_KEY
static final String SOURCE_NAME_KEY
static final String COMPONENT_NAME_KEY
static final String SERVICE_ASSEMBLY_NAME_KEY
static final String SERVICE_UNIT_NAME_KEY
static final String[] NOTIFICATION_TYPES
static final String NOTIFICATION_CLASS_NAME
static final String NOTIFICATION_DESCRIPTION
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.