Uses of Class
org.jboss.as.controller.registry.NotificationEntry
-
Packages that use NotificationEntry Package Description org.jboss.as.controller.registry -
-
Uses of NotificationEntry in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return types with arguments of type NotificationEntry Modifier and Type Method Description Map<String,NotificationEntry>DelegatingImmutableManagementResourceRegistration. getNotificationDescriptions(PathAddress address, boolean inherited)Map<String,NotificationEntry>DelegatingManagementResourceRegistration. getNotificationDescriptions(PathAddress address, boolean inherited)Map<String,NotificationEntry>ImmutableManagementResourceRegistration. getNotificationDescriptions(PathAddress address, boolean inherited)Get a map of descriptions of all notifications emitted by the resources at an address.
-