Package com.basis.api.admin
Interface BBjAdminEventManager
- All Superinterfaces:
Serializable
The single event manager for the BBjServices installation.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
commit()
getAsyncTriggerJobHandler
(String p_jobUUID) getReplicationJobHandler
(String p_jobUUID) boolean
void
setAsyncTriggerJobs
(Map<String, BBjAdminAsyncTriggerJobEventHandlerGroup> p_replicationJobs) void
setBbjProcCount
(BBjAdminProcessesCountEventHandler p_bbjProcCount) void
setBbjProcHungProcess
(BBjAdminProcessesHungProcessEventHandler p_bbjProcHungProcess) void
setBbjProcProcessNotRunning
(BBjAdminProcessesProcessNotRunningEventHandler p_bbjProcProcessNotRunning) void
setDiskFreeDiskSpaceLow
(BBjAdminDiskSpaceLowEventHandler p_diskFreeDiskSpaceLow) 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
setLicenseCheckoutFailed
(BBjAdminLicenseCheckoutFailedEventHandler p_licenseCheckoutFailed) void
setLicenseCountLow
(Map<String, BBjAdminLicenseCountLowEventHandler> p_handlers) void
void
setLicenseExpiringChecks
(boolean p_value) void
setMemoryFreeMemoryTooLow
(BBjAdminMemoryFreeMemoryTooLowEventHandler p_memoryFreeMemoryTooLow) void
setMemoryOutOfMemory
(BBjAdminMemoryOutOfMemoryEventHandler p_memoryOutOfMemory) 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
setReplicationJobs
(Map<String, BBjAdminReplicationJobEventHandlerGroup> p_replicationJobs) void
setSecurityInvalidPassword
(BBjAdminSecurityInvalidPasswordEventHandler p_securityInvalidPassword) void
setWaitBetweenNotifications
(Long p_waitBetweenNotifications) void
update
(BBjAdminEventManager p_manager) void
void
-
Method Details
-
getReplicationJobs
- Throws:
BBjAdminException
-
getAsyncTriggerJobs
- Throws:
BBjAdminException
-
getMemoryOutOfMemory
- Throws:
BBjAdminException
-
getMemoryFreeMemoryTooLow
- Throws:
BBjAdminException
-
getDiskFreeDiskSpaceLow
- Throws:
BBjAdminException
-
getBbjProcCount
- Throws:
BBjAdminException
-
getBbjProcProcessNotRunning
BBjAdminProcessesProcessNotRunningEventHandler getBbjProcProcessNotRunning() throws BBjAdminException- Throws:
BBjAdminException
-
getBbjProcHungProcess
- Throws:
BBjAdminException
-
setLicenseCountLow
void setLicenseCountLow(Map<String, BBjAdminLicenseCountLowEventHandler> p_handlers) throws BBjAdminException- Throws:
BBjAdminException
-
setLicenseExpiresInDays
void setLicenseExpiresInDays(Map<String, BBjAdminLicenseExpiresInDaysEventHandler> p_expires) throws BBjAdminException- Throws:
BBjAdminException
-
getSecurityInvalidPassword
- Throws:
BBjAdminException
-
getLicenseCountLow
- Throws:
BBjAdminException
-
getLicenseExpiresInDays
Map<String,BBjAdminLicenseExpiresInDaysEventHandler> getLicenseExpiresInDays() throws BBjAdminException- Throws:
BBjAdminException
-
getLicenseCheckoutFailed
- Throws:
BBjAdminException
-
setReplicationJobs
void setReplicationJobs(Map<String, BBjAdminReplicationJobEventHandlerGroup> p_replicationJobs) throws BBjAdminException- Throws:
BBjAdminException
-
setAsyncTriggerJobs
void setAsyncTriggerJobs(Map<String, BBjAdminAsyncTriggerJobEventHandlerGroup> p_replicationJobs) throws BBjAdminException- Throws:
BBjAdminException
-
setMemoryOutOfMemory
void setMemoryOutOfMemory(BBjAdminMemoryOutOfMemoryEventHandler p_memoryOutOfMemory) throws BBjAdminException - Throws:
BBjAdminException
-
setMemoryFreeMemoryTooLow
void setMemoryFreeMemoryTooLow(BBjAdminMemoryFreeMemoryTooLowEventHandler p_memoryFreeMemoryTooLow) throws BBjAdminException - Throws:
BBjAdminException
-
setDiskFreeDiskSpaceLow
void setDiskFreeDiskSpaceLow(BBjAdminDiskSpaceLowEventHandler p_diskFreeDiskSpaceLow) throws BBjAdminException - Throws:
BBjAdminException
-
setBbjProcCount
- Throws:
BBjAdminException
-
setBbjProcProcessNotRunning
void setBbjProcProcessNotRunning(BBjAdminProcessesProcessNotRunningEventHandler p_bbjProcProcessNotRunning) throws BBjAdminException - Throws:
BBjAdminException
-
setBbjProcHungProcess
void setBbjProcHungProcess(BBjAdminProcessesHungProcessEventHandler p_bbjProcHungProcess) throws BBjAdminException - Throws:
BBjAdminException
-
setSecurityInvalidPassword
void setSecurityInvalidPassword(BBjAdminSecurityInvalidPasswordEventHandler p_securityInvalidPassword) throws BBjAdminException - Throws:
BBjAdminException
-
setLicenseCheckoutFailed
void setLicenseCheckoutFailed(BBjAdminLicenseCheckoutFailedEventHandler p_licenseCheckoutFailed) throws BBjAdminException - Throws:
BBjAdminException
-
commit
- Throws:
BBjAdminException
-
update
- Throws:
BBjAdminException
-
updateReplicationJobsMap
- Throws:
BBjAdminException
-
updateAsyncTriggerJobsMap
- Throws:
BBjAdminException
-
getReplicationJobHandler
-
getAsyncTriggerJobHandler
-
getNotificationEmailService
String getNotificationEmailService() -
setNotificationEmailService
-
getNotificationTo
String getNotificationTo() -
setNotificationTo
-
getNotificationCc
String getNotificationCc() -
setNotificationCc
-
getNotificationBcc
String getNotificationBcc() -
setNotificationBcc
-
getNotificationReplyTo
String getNotificationReplyTo() -
setNotificationReplyTo
-
getNotificationSubject
String getNotificationSubject() -
setNotificationSubject
-
getHandlerProgram
String getHandlerProgram() -
setHandlerProgram
-
getHandlerUser
String getHandlerUser() -
setHandlerUser
-
getHandlerPassword
String getHandlerPassword() -
setHandlerPassword
-
getHandlerConfig
String getHandlerConfig() -
setHandlerConfig
-
getHandlerWorkingDir
String getHandlerWorkingDir() -
setHandlerWorkingDir
-
getHandlerClasspath
String getHandlerClasspath() -
setHandlerClasspath
-
getWaitBetweenNotifications
Long getWaitBetweenNotifications() -
setWaitBetweenNotifications
-
getLastNotification
Long getLastNotification() -
setLastNotification
-
isLicenseExpiringChecks
boolean isLicenseExpiringChecks() -
setLicenseExpiringChecks
void setLicenseExpiringChecks(boolean p_value)
-