Uses of Class
org.jboss.as.controller.notification.Notification
Packages that use Notification
Package
Description
-
Uses of Notification in org.jboss.as.controller
Methods in org.jboss.as.controller with parameters of type NotificationModifier and TypeMethodDescriptionvoidOperationContext.emit(Notification notification) Emit aNotification. -
Uses of Notification in org.jboss.as.controller.logging
Methods in org.jboss.as.controller.logging with parameters of type NotificationModifier and TypeMethodDescriptionfinal voidControllerLogger_$logger.failedToEmitNotification(Notification notification, Throwable cause) voidControllerLogger.failedToEmitNotification(Notification notification, Throwable cause) -
Uses of Notification in org.jboss.as.controller.notification
Methods in org.jboss.as.controller.notification that return NotificationModifier and TypeMethodDescriptionstatic NotificationNotification.fromModelNode(org.jboss.dmr.ModelNode node) Methods in org.jboss.as.controller.notification with parameters of type NotificationModifier and TypeMethodDescriptionvoidNotificationSupport.emit(Notification... notifications) EmitNotification(s).voidNotificationHandler.handleNotification(Notification notification) booleanNotificationFilter.isNotificationEnabled(Notification notification) -
Uses of Notification in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry with parameters of type NotificationModifier 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.