Example usage for Java javax.management NotificationBroadcasterSupport fields, constructors, methods, implement or subclass
The text is from its open source code.
NotificationBroadcasterSupport() Constructs a NotificationBroadcasterSupport where each listener is invoked by the thread sending the notification. | |
NotificationBroadcasterSupport(Executor executor) Constructs a NotificationBroadcasterSupport where each listener is invoked using the given java.util.concurrent.Executor . | |
NotificationBroadcasterSupport(MBeanNotificationInfo... info) Constructs a NotificationBroadcasterSupport with information about the notifications that may be sent. |