Uses of Interface
org.jboss.as.controller.notification.NotificationHandler
-
Packages that use NotificationHandler Package Description org.jboss.as.controller.notification org.jboss.as.controller.registry -
-
Uses of NotificationHandler in org.jboss.as.controller.notification
Methods in org.jboss.as.controller.notification with parameters of type NotificationHandler 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. -
Uses of NotificationHandler in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return types with arguments of type NotificationHandler Modifier and Type Method Description Collection<NotificationHandler>NotificationHandlerRegistration. findMatchingNotificationHandlers(Notification notification)Return all theNotificationHandlerthat where registered to listen to the notification's source address (either directly or though pattern addresses) after filtering them out using theNotificationFiltergiven at registration time.
-