|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JMXAlarmManagerMBean
Interface of the MBean dedicated to alarms.
This MBean supplies methods to retrieve alarm information by giving their id.
| Method Summary | |
|---|---|
javax.management.openmbean.CompositeData |
getAlarm(int id)
Sends a notification to the MBean server. |
javax.management.openmbean.TabularData |
getAlarmRange(int lowid,
int highid)
Retrieves information on the last raised alarms from the log interface. |
javax.management.openmbean.TabularData |
getLastAlarms(int nb)
Retrieves information on the specified alarm from the log interface. |
| Method Detail |
|---|
javax.management.openmbean.CompositeData getAlarm(int id)
id - id of the alarm to be notified.javax.management.openmbean.TabularData getLastAlarms(int nb)
id - id of the alarm.
javax.management.openmbean.TabularData getAlarmRange(int lowid,
int highid)
nb - number of alarms to retrieve.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||