Uses of Interface
org.jboss.as.controller.notification.NotificationSupport
-
Packages that use NotificationSupport Package Description org.jboss.as.controller org.jboss.as.controller.notification -
-
Uses of NotificationSupport in org.jboss.as.controller
Methods in org.jboss.as.controller that return NotificationSupport Modifier and Type Method Description protected NotificationSupportAbstractControllerService. getNotificationSupport() -
Uses of NotificationSupport in org.jboss.as.controller.notification
Methods in org.jboss.as.controller.notification that return NotificationSupport Modifier and Type Method Description static NotificationSupportNotificationSupport.Factory. create(ExecutorService executorService)If theexecutorServiceparameter is null, the notifications will be emitted synchronously and may be subject to handlers blocking the execution.
-