|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.management.jmx.TraceFilter
This class is used to filter trace information. The class Trace needs an object of this class for each listener.
Field Summary | |
protected int |
levels
|
protected int |
types
|
Constructor Summary | |
TraceFilter(int levels,
int types)
Construct a TraceFilter object with the levels and types selected. |
Method Summary | |
int |
getLevels()
get the levels selected |
int |
getTypes()
get types selected |
boolean |
isNotificationEnabled(Notification notification)
Implement the interface NotificationFilter. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected int levels
protected int types
Constructor Detail |
public TraceFilter(int levels, int types) throws java.lang.IllegalArgumentException
levels
- the selected levels of trace information.types
- the selected types of the trace information.Method Detail |
public boolean isNotificationEnabled(Notification notification)
notification
- the notification to be sent.public int getLevels()
public int getTypes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |