Package com.basis.api.admin.events
Class BBjAdminAsyncTriggerEventHandler
java.lang.Object
com.basis.api.admin.events.BBjAdminEventHandler
com.basis.api.admin.events.BBjAdminAsyncTriggerEventHandler
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BBjAdminAsyncTriggerAddBadFileEventHandler
,BBjAdminAsyncTriggerEnabledStateEventHandler
,BBjAdminAsyncTriggerErrorEventHandler
,BBjAdminAsyncTriggerFallBehindEventHandler
,BBjAdminAsyncTriggerInitFileEventHandler
,BBjAdminAsyncTriggerRecopyInitiatedEventHandler
,BBjAdminAsyncTriggerResetBadFileEventHandler
,BBjAdminAsyncTriggerTargetConnectionEventHandler
- See Also:
-
Field Summary
FieldsFields inherited from class com.basis.api.admin.events.BBjAdminEventHandler
handlerClasspath, handlerConfig, handlerPassword, handlerProgram, handlerUser, handlerWorkingDir, lastNotification, notificationBcc, notificationCc, notificationEmailService, notificationReplyTo, notificationSubject, notificationTo, value, waitBetweenNotfications
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
notifyHandler
(String p_jobUUID, BBjAdminEventManager p_manager, int p_eventType, String p_details) void
setAsyncTriggerJobId
(String p_asyncTriggerJobId) void
setAsyncTriggerJobName
(String p_asyncTriggerJobName) Methods inherited from class com.basis.api.admin.events.BBjAdminEventHandler
getHandlerClasspath, getHandlerConfig, getHandlerPassword, getHandlerProgram, getHandlerUser, getHandlerWorkingDir, getLastNotification, getNotificationBcc, getNotificationCc, getNotificationEmailService, getNotificationReplyTo, getNotificationSubject, getNotificationTo, getValue, getValueClass, getWaitBetweenNotfications, notifyHandler, setHandlerClasspath, setHandlerConfig, setHandlerPassword, setHandlerProgram, setHandlerUser, setHandlerWorkingDir, setLastNotification, setNotificationBcc, setNotificationCc, setNotificationEmailService, setNotificationReplyTo, setNotificationSubject, setNotificationTo, setValue, setWaitBetweenNotfications
-
Field Details
-
asyncTriggerJobId
-
asyncTriggerJobName
-
-
Constructor Details
-
BBjAdminAsyncTriggerEventHandler
public BBjAdminAsyncTriggerEventHandler()
-
-
Method Details
-
getAsyncTriggerJobId
-
setAsyncTriggerJobId
-
getAsyncTriggerJobName
-
setAsyncTriggerJobName
-
notifyHandler
protected void notifyHandler(String p_jobUUID, BBjAdminEventManager p_manager, int p_eventType, String p_details)
-