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<?>
void
notifyHandler
(BBjAdminEventManager p_manager, String p_details) void
setHandlerClasspath
(String p_handlerClasspath) void
setHandlerConfig
(String p_handlerConfig) void
setHandlerPassword
(String p_handlerPassword) void
setHandlerProgram
(String p_handlerProgram) void
setHandlerUser
(String p_handlerUser) void
setHandlerWorkingDir
(String p_handlerWorkingDir) void
setLastNotification
(Long p_lastNotification) void
setNotificationBcc
(String p_notificationBcc) void
setNotificationCc
(String p_notificationCc) void
setNotificationEmailService
(String p_notificationEmailService) void
setNotificationReplyTo
(String p_notificationReplyTo) void
setNotificationSubject
(String p_notificationSubject) void
setNotificationTo
(String p_notificationTo) void
void
setWaitBetweenNotfications
(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
-