Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.logging | |
org.jboss.as.controller.notification | |
org.jboss.as.controller.registry |
Modifier and Type | Method and Description |
---|---|
void |
OperationContext.emit(Notification notification)
Emit a
Notification . |
Modifier and Type | Method and Description |
---|---|
void |
ControllerLogger.failedToEmitNotification(Notification notification,
Throwable cause) |
void |
ControllerLogger_$logger.failedToEmitNotification(Notification notification,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static Notification |
Notification.fromModelNode(org.jboss.dmr.ModelNode node) |
Modifier and Type | Method and Description |
---|---|
void |
NotificationSupport.emit(Notification... notifications)
Emit
Notification (s). |
void |
NotificationHandler.handleNotification(Notification notification) |
boolean |
NotificationFilter.isNotificationEnabled(Notification notification) |
Modifier and Type | Method and Description |
---|---|
Collection<NotificationHandler> |
NotificationHandlerRegistration.findMatchingNotificationHandlers(Notification notification)
Return all the
NotificationHandler that where registered to listen to the notification's source address (either directly
or though pattern addresses) after filtering them out using the NotificationFilter given at registration time. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.