Package org.jboss.as.controller.notification
-
Interface Summary Interface Description NotificationFilter A filter to letNotificationHandlerfilters out notifications they are not interested to handle.NotificationHandler A notification handler is used to be notified of events on the server.NotificationHandlerRegistry The NotificationHandlerRegistry is used to register and unregister notification handlers.NotificationSupport The NotificationSupport can be used to emit notifications. -
Class Summary Class Description Notification A notification emitted by a resource and handled byNotificationHandler.NotificationSupport.Factory