Java javax.management NotificationBroadcasterSupport fields, constructors, methods, implement or subclass

Example usage for Java javax.management NotificationBroadcasterSupport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management NotificationBroadcasterSupport.

The text is from its open source code.

Subclass

javax.management.NotificationBroadcasterSupport has subclasses.
Click this link to see all its subclasses.

Constructor

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.