|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AlarmLevel | |
|---|---|
| javax.slee.facilities | |
| javax.slee.management | |
| Uses of AlarmLevel in javax.slee.facilities |
|---|
| Fields in javax.slee.facilities declared as AlarmLevel | |
|---|---|
static AlarmLevel |
AlarmLevel.CLEAR
Alarm level used when an error condition has cleared. |
static AlarmLevel |
AlarmLevel.CRITICAL
Alarm level used for critical error conditions. |
static AlarmLevel |
AlarmLevel.INDETERMINATE
Alarm level used when the severity of the error condition is unknown. |
static AlarmLevel |
AlarmLevel.MAJOR
Alarm level used for error conditions of major severity. |
static AlarmLevel |
AlarmLevel.MINOR
Alarm level used for error conditions of minor severity. |
static AlarmLevel |
AlarmLevel.WARNING
Alarm level used to indicate alarm warning conditions. |
| Methods in javax.slee.facilities that return AlarmLevel | |
|---|---|
static AlarmLevel |
AlarmLevel.fromInt(int level)
Get an AlarmLevel object from an integer value. |
static AlarmLevel |
AlarmLevel.fromString(java.lang.String level)
Get an AlarmLevel object from a string value. |
| Methods in javax.slee.facilities with parameters of type AlarmLevel | |
|---|---|
boolean |
AlarmLevel.isHigherLevel(AlarmLevel other)
Determine if this AlarmLevel object represents a level that is higher than some other AlarmLevel object. |
java.lang.String |
AlarmFacility.raiseAlarm(java.lang.String alarmType,
java.lang.String instanceID,
AlarmLevel alarmLevel,
java.lang.String message)
Request that an alarm be raised with the specified message if an alarm with the same identifying attributes is not currently active. |
java.lang.String |
AlarmFacility.raiseAlarm(java.lang.String alarmType,
java.lang.String instanceID,
AlarmLevel alarmLevel,
java.lang.String message,
java.lang.Throwable cause)
Request that an alarm be raised with the specified message and cause throwable if an alarm with the same identifying attributes is not currently active. |
| Uses of AlarmLevel in javax.slee.management |
|---|
| Methods in javax.slee.management that return AlarmLevel | |
|---|---|
AlarmLevel |
AlarmNotification.getAlarmLevel()
Get the alarm level of the alarm notification. |
AlarmLevel |
Alarm.getAlarmLevel()
Get the alarm level of the alarm. |
| Constructors in javax.slee.management with parameters of type AlarmLevel | |
|---|---|
Alarm(java.lang.String alarmID,
NotificationSource notificationSource,
java.lang.String alarmType,
java.lang.String instanceID,
AlarmLevel level,
java.lang.String message,
java.lang.Throwable cause,
long timestamp)
Create an Alarm object that contains information about an
alarm that has been raised in the SLEE. |
|
AlarmLevelFilter(AlarmLevel minLevel)
Create an AlarmLevelFilter. |
|
AlarmNotification(java.lang.String type,
AlarmMBean alarmMBean,
java.lang.String alarmID,
NotificationSource notificationSource,
java.lang.String alarmType,
java.lang.String instanceID,
AlarmLevel alarmLevel,
java.lang.String message,
java.lang.Throwable cause,
long sequenceNumber,
long timestamp)
Create an AlarmNotification to notify listeners of an alarm. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||