Package com.basis.api.admin.events
Class BBjAdminDiskSpaceLowEventHandler
java.lang.Object
com.basis.api.admin.events.BBjAdminEventHandler
com.basis.api.admin.events.BBjAdminDiskSpaceLowEventHandler
- 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
(double p_totalSizeGB, double p_freeSpaceGB) getNotificationEmailMessage
(double p_totalSizeGB, double p_freeSpaceGB) 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
-
BBjAdminDiskSpaceLowEventHandler
public BBjAdminDiskSpaceLowEventHandler()
-
-
Method Details
-
toString
-
getValueClass
- Specified by:
getValueClass
in classBBjAdminEventHandler
-
getEventDetailString
public String getEventDetailString(double p_totalSizeGB, double p_freeSpaceGB) throws BBjAdminException - Throws:
BBjAdminException
-
getNotificationEmailMessage
public BBjAdminEmailMessage getNotificationEmailMessage(double p_totalSizeGB, double p_freeSpaceGB) throws BBjAdminException - Throws:
BBjAdminException
-