Uses of Interface
org.jboss.as.controller.notification.NotificationHandler
Packages that use NotificationHandler
-
Uses of NotificationHandler in org.jboss.as.controller.notification
Methods in org.jboss.as.controller.notification with parameters of type NotificationHandlerModifier 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. -
Uses of NotificationHandler in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return types with arguments of type NotificationHandlerModifier and TypeMethodDescriptionNotificationHandlerRegistration.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.