|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.slee.management.AlarmLevelFilter
A notification filter that filters AlarmNotification
s based on their
alarm level. Only alarm notifications of the specified level or greater are
be allowed through this filter.
Notifications that are not instances of AlarmNotification
are suppressed
by this filter.
Constructor Summary | |
AlarmLevelFilter(Level minLevel)
Create an AlarmLevelFilter . |
Method Summary | |
boolean |
isNotificationEnabled(javax.management.Notification notification)
Determine whether the specified notification should be delivered to notification listeners using this notification filter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AlarmLevelFilter(Level minLevel)
AlarmLevelFilter
.minLevel
- this minimum alarm level of alarm notifications allowed
through this filter.Method Detail |
public boolean isNotificationEnabled(javax.management.Notification notification)
isNotificationEnabled
in interface javax.management.NotificationFilter
notification
- the notification to be sent.true
if the notification should be delivered to notification
listeners, false
otherwise. This method always returns
false
if notification
is not an instance of
AlarmNotification
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |