Uses of Class
org.jboss.as.controller.notification.Notification
-
Packages that use Notification Package Description org.jboss.as.controller org.jboss.as.controller.logging org.jboss.as.controller.notification org.jboss.as.controller.registry -
-
Uses of Notification in org.jboss.as.controller
Methods in org.jboss.as.controller with parameters of type Notification Modifier and Type Method Description voidOperationContext. 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 Notification Modifier and Type Method Description 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 Notification Modifier and Type Method Description static NotificationNotification. fromModelNode(org.jboss.dmr.ModelNode node)Methods in org.jboss.as.controller.notification with parameters of type Notification Modifier and Type Method Description voidNotificationSupport. 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 Notification 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.
-