|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.management.NotificationFilterSupport
Constructor Summary | |
NotificationFilterSupport()
|
Method Summary | |
void |
disableAllTypes()
|
void |
disableType(java.lang.String prefix)
|
void |
enableType(java.lang.String prefix)
|
java.util.Vector |
getEnabledTypes()
|
boolean |
isNotificationEnabled(Notification notification)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NotificationFilterSupport()
Method Detail |
public void enableType(java.lang.String prefix) throws java.lang.IllegalArgumentException
public void disableAllTypes()
public void disableType(java.lang.String prefix)
public java.util.Vector getEnabledTypes()
public boolean isNotificationEnabled(Notification notification)
isNotificationEnabled
in interface NotificationFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |