public class MonitoringNotificationMessage extends NotificationMessage
ATTR_CLIENT_IP, ATTR_DATA, ATTR_DATE, ATTR_EMAIL, ATTR_EMAIL_ON_TYPE, ATTR_JOB_ID, ATTR_NOTIFICATION_ID, ATTR_NOTIFICATION_MESSAGE_TYPE, ATTR_NOTIFICATION_TYPE, ATTR_PORT, ATTR_SERVER_ID, ATTR_VALUE_EMAIL_ON_ALL, ATTR_VALUE_EMAIL_ON_DONE, ATTR_VALUE_EMAIL_ON_FAILED, ATTR_VALUE_EMAIL_ON_INTERRUPTED, NotificationAttributeSeparator, NotificationDataSeparator, NotificationObjectSeparator, NotificationPrefix, NotificationSeparator
Constructor and Description |
---|
MonitoringNotificationMessage() |
MonitoringNotificationMessage(java.util.Date time,
java.lang.String serverId,
NotificationType notificationType,
java.lang.String jobId,
long[] longData) |
Modifier and Type | Method and Description |
---|---|
EngineMonitoringInfo |
getMonitoringInfo() |
java.lang.String |
toString()
Retrieves the string representation of the notification message.
|
createFromString, getData, getJobStatus, getNTimesNotified, getServerId, incNTimesNotified, parseNotificationMessages, setData, setServerId
getAttributeList, getAttributeValue, getAttributeValuePair, getCanonicalString, getClientIP, getJobId, getNotificationId, getNotificationMessageType, getNotificationMessageTypeValue, getNotificationMessageTypeValue, getNotificationType, getPort, getTime, getType, hasAllRequiredAttributesSpecified, isJobStatusNotification, setAttributeValue, setClientIP, setJobId, setNotificationId, setNotificationType, setPort, setTime, setType
public MonitoringNotificationMessage()
public MonitoringNotificationMessage(java.util.Date time, java.lang.String serverId, NotificationType notificationType, java.lang.String jobId, long[] longData)
public EngineMonitoringInfo getMonitoringInfo()
public java.lang.String toString()
Notification
toString
in class Notification