|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.norther.tammi.core.util.RegistrationFilterSupport
public class RegistrationFilterSupport
NotificationFilter implementation filtering out other notifications than MBean registrations and optionally specified additional notifications.
| Constructor Summary | |
|---|---|
RegistrationFilterSupport()
Constructs a new registration filter. |
|
RegistrationFilterSupport(NotificationFilter filter)
Constructs a new registration filter with a nested filter. |
|
| Method Summary | |
|---|---|
NotificationFilter |
getNestedFilter()
Gets the nested filter. |
boolean |
isNotificationEnabled(Notification notif)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegistrationFilterSupport()
public RegistrationFilterSupport(NotificationFilter filter)
filter - the nested filter.| Method Detail |
|---|
public boolean isNotificationEnabled(Notification notif)
isNotificationEnabled in interface NotificationFilterpublic NotificationFilter getNestedFilter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||