public interface EventNotifierCommon extends EventNotifierBase
EventNotifierBase.EventType, EventNotifierBase.SourceTypeCOMPONENT_NAME_KEY, EVENT_TYPE_KEY, JBI_PREFIX, NOTIFICATION_CLASS_NAME, NOTIFICATION_DESCRIPTION, NOTIFICATION_TYPES, SERVICE_ASSEMBLY_NAME_KEY, SERVICE_UNIT_NAME_KEY, SOURCE_NAME_KEY, SOURCE_TYPE_KEY, TARGET_NAME_KEY| Modifier and Type | Method and Description |
|---|---|
Notification |
emitComponentNotification(EventNotifierBase.EventType eventType,
EventNotifierBase.SourceType sourceType,
String componentName,
String msg)
This method is called to emit a notification for an event on either a
binding component or a service engine.
|
Notification |
emitRuntimeNotification(EventNotifierBase.EventType eventType,
String msg)
This method is called to emit a notification for an event on the JBI
runtime.
|
Notification |
emitServiceAssemblyNotification(EventNotifierBase.EventType eventType,
String serviceAssemblyName,
String msg)
This method is called to emit a notification for an event on a service
assembly.
|
Notification |
emitServiceUnitNotification(EventNotifierBase.EventType eventType,
String serviceUnitName,
String serviceAssemblyName,
String componentName,
String msg)
This method is called to emit a notification for an event on a service
unit.
|
Notification |
emitSharedLibraryNotification(EventNotifierBase.EventType eventType,
String sharedLibraryName,
String msg)
This method is called to emit a notification for an event on a shared
library.
|
Notification emitRuntimeNotification(EventNotifierBase.EventType eventType, String msg)
eventType - the type of event that occurred.msg - a message associated with the event.Notification emitComponentNotification(EventNotifierBase.EventType eventType, EventNotifierBase.SourceType sourceType, String componentName, String msg)
eventType - the type of event that occurred.sourceType - the type of component on which the event occurred.componentName - the name of the component on which the event
occurred.msg - a message associated with the event.Notification emitSharedLibraryNotification(EventNotifierBase.EventType eventType, String sharedLibraryName, String msg)
eventType - the type of event that occurred.sharedLibraryName - the name of the shared library on which the
event occurred.msg - a message associated with the event.Notification emitServiceAssemblyNotification(EventNotifierBase.EventType eventType, String serviceAssemblyName, String msg)
eventType - the type of event that occurred.serviceAssemblyName - the name of the service assembly on which the
event occurred.msg - a message associated with the event.Notification emitServiceUnitNotification(EventNotifierBase.EventType eventType, String serviceUnitName, String serviceAssemblyName, String componentName, String msg)
eventType - the type of event that occurred.serviceUnitName - the name of the service unit on which the event
occurred.serviceAssemblyName - the name of the service assembly to which the
service unit belongs.componentName - the name of the component to which the service unit
is deployed.msg - a message associated with the event.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.