|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.management.Notification
org.jboss.monitor.alarm.AlarmNotification
org.jboss.monitor.alarm.AlarmTableNotification
public class AlarmTableNotification
AlarmTableNotification userData field, holds a reference to the source Notification
Field Summary | |
---|---|
static String |
ALARM_TABLE_UPDATE
The type of AlarmTableNotification |
Fields inherited from class javax.management.Notification |
---|
source |
Constructor Summary | |
---|---|
AlarmTableNotification(AlarmTableNotification atn)
Copy Constructor. |
|
AlarmTableNotification(String alarmId,
String type,
Object source,
javax.management.ObjectName target,
int severity,
int alarmState,
long sequenceNumber,
long timeStamp,
String message)
CTOR, creates an AlarmTableNotification object Same restrictions with AlarmNotification apply |
Method Summary | |
---|---|
boolean |
getAckState()
Gets the acked/unacked status of the alarm |
String |
getAckSystem()
Gets the system that performed the ack/unack |
long |
getAckTime()
Gets the last time the alarm was acked/unacked |
String |
getAckUser()
Gets the user that performed the ack/unack |
String |
getAlarmId()
Gets alarmId |
void |
setAckParams(boolean ackState,
long ackTime,
String ackUser,
String ackSystem)
Sets all ack parameters |
String |
toString()
toString() |
Methods inherited from class org.jboss.monitor.alarm.AlarmNotification |
---|
createKey, getAlarmState, getEffectiveSource, getSeverity, getTarget |
Methods inherited from class javax.management.Notification |
---|
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String ALARM_TABLE_UPDATE
Constructor Detail |
---|
public AlarmTableNotification(String alarmId, String type, Object source, javax.management.ObjectName target, int severity, int alarmState, long sequenceNumber, long timeStamp, String message)
public AlarmTableNotification(AlarmTableNotification atn)
Method Detail |
---|
public String getAlarmId()
public boolean getAckState()
public long getAckTime()
public String getAckUser()
public String getAckSystem()
public void setAckParams(boolean ackState, long ackTime, String ackUser, String ackSystem)
public String toString()
toString
in class AlarmNotification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |