| Package | Description |
|---|---|
| com.sun.esb.eventmanagement.api | |
| com.sun.esb.eventmanagement.impl |
| Modifier and Type | Method and Description |
|---|---|
NotificationEvent |
EventFactory.getNotificationEvent()
empty constructor
|
NotificationEvent |
EventFactory.getNotificationEvent(String componentType,
String componentProjectPathName,
String componentName,
long timeStamp) |
NotificationEvent |
EventFactory.getNotificationEvent(String componentType,
String deploymentName,
String componentProjectPathName,
String componentName,
long timeStamp) |
NotificationEvent |
EventFactory.getNotificationEvent(String physicalHostName,
String environmentName,
String logicalHostName,
String serverType,
String serverName,
String componentType,
String componentProjectPathName,
String componentName,
String type,
int severity,
int operationalState,
String messageCode,
String[] messageCodeArgs,
String messageDetails) |
NotificationEvent |
EventFactory.getNotificationEvent(String physicalHostName,
String deploymentName,
String environmentName,
String logicalHostName,
String serverType,
String serverName,
String componentType,
String componentProjectPathName,
String componentName,
String type,
int severity,
int operationalState,
String messageCode,
String[] messageCodeArgs,
String messageDetails) |
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationEventImpl
This class represents a Notification Event
|
| Modifier and Type | Method and Description |
|---|---|
NotificationEvent |
EventDataConverter.getEventFromCompositeData(CompositeData compositeData) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventForwarderMBean.forwardEvent(NotificationEvent aEvent) |
CompositeData |
EventDataConverter.getEventCompositeData(NotificationEvent event,
String aDBEventID) |
void |
DBEventStore.save(NotificationEvent notificationEvent) |
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.