Uses of Class
org.jboss.as.controller.NotificationDefinition
-
Packages that use NotificationDefinition Package Description org.jboss.as.controller org.jboss.as.controller.descriptions org.jboss.as.controller.registry -
-
Uses of NotificationDefinition in org.jboss.as.controller
Methods in org.jboss.as.controller that return NotificationDefinition Modifier and Type Method Description NotificationDefinitionNotificationDefinition.Builder. build() -
Uses of NotificationDefinition in org.jboss.as.controller.descriptions
Constructors in org.jboss.as.controller.descriptions with parameters of type NotificationDefinition Constructor Description DefaultNotificationDescriptionProvider(NotificationDefinition definition, ResourceDescriptionResolver descriptionResolver, NotificationDefinition.DataValueDescriptor dataValueDescriptor) -
Uses of NotificationDefinition in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry with parameters of type NotificationDefinition Modifier and Type Method Description voidDelegatingManagementResourceRegistration. registerNotification(NotificationDefinition notification)voidDelegatingManagementResourceRegistration. registerNotification(NotificationDefinition notification, boolean inherited)voidManagementResourceRegistration. registerNotification(NotificationDefinition notification)Record that the given notification can be emitted by this resource.voidManagementResourceRegistration. registerNotification(NotificationDefinition notification, boolean inherited)Record that the given notification can be emitted by this resource.
-