| org.jboss.monitor.alarm.AlarmNotification org.jboss.monitor.alarm.AlarmTableNotification
AlarmTableNotification | public class AlarmTableNotification extends AlarmNotification (Code) | | AlarmTableNotification
userData field, holds a reference to the source Notification
author: Dimitris Andreadis version: $Revision: 57210 $ |
ALARM_TABLE_UPDATE | final public static String ALARM_TABLE_UPDATE(Code) | | The type of AlarmTableNotification
|
AlarmTableNotification | public AlarmTableNotification(String alarmId, String type, Object source, ObjectName target, int severity, int alarmState, long sequenceNumber, long timeStamp, String message)(Code) | | CTOR, creates an AlarmTableNotification object
Same restrictions with AlarmNotification apply
|
getAckState | public boolean getAckState()(Code) | | Gets the acked/unacked status of the alarm
|
getAckSystem | public String getAckSystem()(Code) | | Gets the system that performed the ack/unack
|
getAckTime | public long getAckTime()(Code) | | Gets the last time the alarm was acked/unacked
|
getAckUser | public String getAckUser()(Code) | | Gets the user that performed the ack/unack
|
setAckParams | public void setAckParams(boolean ackState, long ackTime, String ackUser, String ackSystem)(Code) | | Sets all ack parameters
|
|
|