Package com.basis.api.admin.events
Class BBjAdminMemoryFreeMemoryTooLowEventHandler
java.lang.Object
com.basis.api.admin.events.BBjAdminEventHandler
com.basis.api.admin.events.BBjAdminMemoryFreeMemoryTooLowEventHandler
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields 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 TypeMethodDescriptiongetEventDetailString
(long p_totalMemMB, long p_freeMemMB) getNotificationEmailMessage
(long p_totalMemMB, long p_freeMemMB) Class<?>
toString()
Methods inherited from class com.basis.api.admin.events.BBjAdminEventHandler
getHandlerClasspath, getHandlerConfig, getHandlerPassword, getHandlerProgram, getHandlerUser, getHandlerWorkingDir, getLastNotification, getNotificationBcc, getNotificationCc, getNotificationEmailService, getNotificationReplyTo, getNotificationSubject, getNotificationTo, getValue, getWaitBetweenNotfications, notifyHandler, setHandlerClasspath, setHandlerConfig, setHandlerPassword, setHandlerProgram, setHandlerUser, setHandlerWorkingDir, setLastNotification, setNotificationBcc, setNotificationCc, setNotificationEmailService, setNotificationReplyTo, setNotificationSubject, setNotificationTo, setValue, setWaitBetweenNotfications
-
Constructor Details
-
BBjAdminMemoryFreeMemoryTooLowEventHandler
public BBjAdminMemoryFreeMemoryTooLowEventHandler()
-
-
Method Details
-
toString
-
getValueClass
- Specified by:
getValueClass
in classBBjAdminEventHandler
-
getEventDetailString
- Throws:
BBjAdminException
-
getNotificationEmailMessage
public BBjAdminEmailMessage getNotificationEmailMessage(long p_totalMemMB, long p_freeMemMB) throws BBjAdminException - Throws:
BBjAdminException
-