| Package | Description |
|---|---|
| com.sun.jbi |
Provides implementation-specific interfaces for the runtime framework of the
JSR208 Reference Implementation in the JavaTM
programming language.
|
| com.sun.jbi.framework |
Provides implementation-specific interfaces for the runtime framework of the
JSR208 Reference Implementation in the JavaTM
programming language.
|
| Modifier and Type | Method and Description |
|---|---|
static EventNotifierBase.EventType |
EventNotifierBase.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventNotifierBase.EventType[] |
EventNotifierBase.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
EventNotifierCommon.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 |
EventNotifierCommon.emitRuntimeNotification(EventNotifierBase.EventType eventType,
String msg)
This method is called to emit a notification for an event on the JBI
runtime.
|
Notification |
EventNotifierCommon.emitServiceAssemblyNotification(EventNotifierBase.EventType eventType,
String serviceAssemblyName,
String msg)
This method is called to emit a notification for an event on a service
assembly.
|
Notification |
EventNotifierCommon.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 |
EventNotifierCommon.emitSharedLibraryNotification(EventNotifierBase.EventType eventType,
String sharedLibraryName,
String msg)
This method is called to emit a notification for an event on a shared
library.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.