Package com.basis.api.admin.events
Class BBjAdminEventHandler
java.lang.Object
com.basis.api.admin.events.BBjAdminEventHandler
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BBjAdminAsyncTriggerEventHandler,BBjAdminDiskSpaceLowEventHandler,BBjAdminLicenseCheckoutFailedEventHandler,BBjAdminLicenseCountLowEventHandler,BBjAdminLicenseExpiresInDaysEventHandler,BBjAdminMemoryFreeMemoryTooLowEventHandler,BBjAdminMemoryOutOfMemoryEventHandler,BBjAdminProcessesCountEventHandler,BBjAdminProcessesHungProcessEventHandler,BBjAdminProcessesProcessNotRunningEventHandler,BBjAdminReplicationEventHandler,BBjAdminSecurityInvalidPasswordEventHandler
Configuration detail for a single event that the EventManager should notify when a particular
type of event occurs.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()abstract Class<?>voidnotifyHandler(BBjAdminEventManager p_manager, String p_details) voidsetHandlerClasspath(String p_handlerClasspath) voidsetHandlerConfig(String p_handlerConfig) voidsetHandlerPassword(String p_handlerPassword) voidsetHandlerProgram(String p_handlerProgram) voidsetHandlerUser(String p_handlerUser) voidsetHandlerWorkingDir(String p_handlerWorkingDir) voidsetLastNotification(Long p_lastNotification) voidsetNotificationBcc(String p_notificationBcc) voidsetNotificationCc(String p_notificationCc) voidsetNotificationEmailService(String p_notificationEmailService) voidsetNotificationReplyTo(String p_notificationReplyTo) voidsetNotificationSubject(String p_notificationSubject) voidsetNotificationTo(String p_notificationTo) voidvoidsetWaitBetweenNotfications(Long p_waitBetweenNotfications)
-
Field Details
-
notificationEmailService
-
notificationTo
-
notificationCc
-
notificationBcc
-
notificationReplyTo
-
notificationSubject
-
handlerProgram
-
handlerUser
-
handlerPassword
-
handlerConfig
-
handlerWorkingDir
-
handlerClasspath
-
waitBetweenNotfications
-
lastNotification
-
value
-
-
Constructor Details
-
BBjAdminEventHandler
public BBjAdminEventHandler()
-
-
Method Details
-
getNotificationEmailService
-
setNotificationEmailService
-
getNotificationTo
-
setNotificationTo
-
getNotificationCc
-
setNotificationCc
-
getNotificationBcc
-
setNotificationBcc
-
getNotificationReplyTo
-
setNotificationReplyTo
-
getNotificationSubject
-
setNotificationSubject
-
getHandlerProgram
-
setHandlerProgram
-
getHandlerUser
-
setHandlerUser
-
getHandlerPassword
-
setHandlerPassword
-
getHandlerConfig
-
setHandlerConfig
-
getHandlerWorkingDir
-
setHandlerWorkingDir
-
getHandlerClasspath
-
setHandlerClasspath
-
getWaitBetweenNotfications
-
setWaitBetweenNotfications
-
getLastNotification
-
setLastNotification
-
getValue
-
setValue
-
getValueClass
-
notifyHandler
-