Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.registry | |
org.jboss.as.server.controller.resources |
Modifier and Type | Method and Description |
---|---|
NotificationDefinition |
NotificationDefinition.Builder.build() |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingManagementResourceRegistration.registerNotification(NotificationDefinition notification) |
void |
ManagementResourceRegistration.registerNotification(NotificationDefinition notification)
Record that the given notification can be emitted by this resource.
|
void |
DelegatingManagementResourceRegistration.registerNotification(NotificationDefinition notification,
boolean inherited) |
void |
ManagementResourceRegistration.registerNotification(NotificationDefinition notification,
boolean inherited)
Record that the given notification can be emitted by this resource.
|
Modifier and Type | Field and Description |
---|---|
static NotificationDefinition |
DeploymentAttributes.NOTIFICATION_DEPLOYMENT_DEPLOYED |
static NotificationDefinition |
DeploymentAttributes.NOTIFICATION_DEPLOYMENT_UNDEPLOYED |
Copyright © 2023 JBoss by Red Hat. All rights reserved.