Uses of Interface
org.jboss.as.controller.notification.NotificationFilter
-
Packages that use NotificationFilter Package Description org.jboss.as.controller.notification -
-
Uses of NotificationFilter in org.jboss.as.controller.notification
Fields in org.jboss.as.controller.notification declared as NotificationFilter Modifier and Type Field Description static NotificationFilterNotificationFilter. ALLMethods in org.jboss.as.controller.notification with parameters of type NotificationFilter Modifier and Type Method Description voidNotificationHandlerRegistry. 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.
-