Uses of Interface
org.jboss.as.controller.notification.NotificationFilter
Packages that use NotificationFilter
-
Uses of NotificationFilter in org.jboss.as.controller.notification
Fields in org.jboss.as.controller.notification declared as NotificationFilterMethods in org.jboss.as.controller.notification with parameters of type NotificationFilterModifier and TypeMethodDescriptionvoidNotificationHandlerRegistry.registerNotificationHandler(PathAddress source, NotificationHandler handler, NotificationFilter filter) Register the given NotificationHandler to receive notifications emitted by the resource at the given source address.voidNotificationHandlerRegistry.unregisterNotificationHandler(PathAddress source, NotificationHandler handler, NotificationFilter filter) Unregister the given NotificationHandler to stop receiving notifications emitted by the resource at the given source address.