Package | Description |
---|---|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
Constructor and Description |
---|
AlarmNotification(AlarmMBean alarmMBean,
String alarmType,
Object alarmSource,
Level alarmLevel,
String message,
Throwable cause,
long sequenceNumber,
long timestamp)
Deprecated.
Alarm notifications have been expanded with new attributes to take advantage
of the new features provided by the SLEE specification. The
AlarmNotification.AlarmNotification(String,AlarmMBean,String,NotificationSource,String,String,AlarmLevel,String,Throwable,long,long)
constructor should be used instead of this constructor. |
AlarmNotification(String type,
AlarmMBean alarmMBean,
String alarmID,
NotificationSource notificationSource,
String alarmType,
String instanceID,
AlarmLevel alarmLevel,
String message,
Throwable cause,
long sequenceNumber,
long timestamp)
Create an
AlarmNotification to notify listeners of an alarm. |