public class EventFactory extends Object implements Serializable
| Constructor and Description |
|---|
EventFactory() |
| Modifier and Type | Method and Description |
|---|---|
Event |
getEvent()
empty constructor
|
Event |
getEvent(String componentType,
String componentProjectPathName,
String componentName,
long timeStamp)
Event Constructor.
|
Event |
getEvent(String physicalHostName,
String environmentName,
String logicalHostName,
String serverType,
String serverName,
String componentType,
String componentProjectPathName,
String componentName,
long timeStamp)
Event Constructor.
|
NotificationEvent |
getNotificationEvent()
empty constructor
|
NotificationEvent |
getNotificationEvent(String componentType,
String componentProjectPathName,
String componentName,
long timeStamp) |
NotificationEvent |
getNotificationEvent(String componentType,
String deploymentName,
String componentProjectPathName,
String componentName,
long timeStamp) |
NotificationEvent |
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 |
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) |
public Event getEvent() throws ClassNotFoundException, InstantiationException, IllegalAccessException
ClassNotFoundExceptionInstantiationExceptionIllegalAccessExceptionpublic Event getEvent(String physicalHostName, String environmentName, String logicalHostName, String serverType, String serverName, String componentType, String componentProjectPathName, String componentName, long timeStamp) throws ClassNotFoundException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException
physicalHostName - the name of the physical hostenvironmentName - the name of the environmentlogicalHostName - the name of the logical hostserverType - the type of the server (INTEGRATION,
MESSAGE)serverName - the name of the servercomponentType - the type of the component
(COLLABORATION_COMPONENT)componentProjectPathName - the full path name of the project in
which the component is in. Note the names
of the project and its sub-projects, if
any, are separated by '/'.componentName - the name of the componenttimeStamp - the timestamp of when the event was
generatedClassNotFoundExceptionInstantiationExceptionIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionNoSuchMethodExceptionpublic Event getEvent(String componentType, String componentProjectPathName, String componentName, long timeStamp) throws ClassNotFoundException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException
componentType - the type of the component
(COLLABORATION_COMPONENT)componentProjectPathName - the full path name of the project in
which the component is in. Note the names
of the project and its sub-projects, if
any, are separated by '/'.componentName - the name of the componenttimeStamp - the timestamp of when the event was
generatedClassNotFoundExceptionInstantiationExceptionIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionNoSuchMethodExceptionpublic NotificationEvent getNotificationEvent() throws ClassNotFoundException, InstantiationException, IllegalAccessException
ClassNotFoundExceptionInstantiationExceptionIllegalAccessExceptionpublic NotificationEvent getNotificationEvent(String componentType, String componentProjectPathName, String componentName, long timeStamp) throws ClassNotFoundException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException
ClassNotFoundExceptionInstantiationExceptionIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionNoSuchMethodExceptionpublic NotificationEvent getNotificationEvent(String componentType, String deploymentName, String componentProjectPathName, String componentName, long timeStamp) throws ClassNotFoundException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException
ClassNotFoundExceptionInstantiationExceptionIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionNoSuchMethodExceptionpublic NotificationEvent 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) throws ClassNotFoundException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException
ClassNotFoundExceptionInstantiationExceptionIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionNoSuchMethodExceptionpublic NotificationEvent 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) throws ClassNotFoundException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException
ClassNotFoundExceptionInstantiationExceptionIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionNoSuchMethodExceptionCopyright © 2011-2016 OpenESB Community. All Rights Reserved.