javax.slee.management
Interface AlarmMBean


public interface AlarmMBean

The AlarmMBean interface defines the management interface for the AlarmFacility (and other vendor-specific alarm generating interfaces). No management operations are defined by the AlarmMBean interface, instead it is used as a notification source in the generation of Alarm notifications.

The Object Name of a AlarmMBean object can be obtained by a management client via the SleeManagementMBean.getAlarmMBean() method.

Notifications
Since AlarmMBean objects can emit Alarm notifications, it is required that that AlarmMBean object implement the javax.management.NotificationBroadcaster interface.


Field Summary
static java.lang.String ALARM_NOTIFICATION_TYPE
          The notification type of Alarm notifications emitted by this MBean.
 

Field Detail

ALARM_NOTIFICATION_TYPE

public static final java.lang.String ALARM_NOTIFICATION_TYPE
The notification type of Alarm notifications emitted by this MBean. The notification type is equal to the string "javax.slee.management.alarm".