|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.slee.management.TraceLevelFilter
public class TraceLevelFilter
A notification filter that filters TraceNotifications based on their trace level.
Only trace notifications of the specified level or greater are be allowed through this filter.
Notifications that are not instances of TraceNotification are suppressed by this filter.
| Constructor Summary | |
|---|---|
TraceLevelFilter(Level minLevel)
Deprecated. Replaced with TraceLevelFilter(TraceLevel) as trace and alarm
levels have been split into different classes. |
|
TraceLevelFilter(TraceLevel minLevel)
Create a TraceLevelFilter. |
|
| 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 TraceLevelFilter(Level minLevel)
TraceLevelFilter(TraceLevel) as trace and alarm
levels have been split into different classes.
TraceLevelFilter. A filter created using this constructor will
only allow SLEE 1.0-compliant trace notifications to pass through where they otherwise
satisfy the filtering criteria.
minLevel - this minimum trace level of trace notifications allowed through
this filter.public TraceLevelFilter(TraceLevel minLevel)
TraceLevelFilter. A filter created using this constructor will
only allow SLEE 1.1-compliant trace notifications to pass through where they otherwise
satisfy the filtering criteria.
minLevel - this minimum trace level of trace notifications allowed through this filter.| Method Detail |
|---|
public boolean isNotificationEnabled(javax.management.Notification notification)
isNotificationEnabled in interface javax.management.NotificationFilternotification - 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
TraceNotification.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||