Uses of Class
javax.management.MBeanNotificationInfo

Packages that use MBeanNotificationInfo
javax.management   
javax.management.modelmbean   
javax.management.monitor   
javax.management.openmbean   
javax.management.relation   
javax.management.timer   
 

Uses of MBeanNotificationInfo in javax.management
 

Methods in javax.management that return MBeanNotificationInfo
 MBeanNotificationInfo[] MBeanInfo.getNotifications()
          Returns the list of the notifications emitted by the MBean.
 MBeanNotificationInfo[] MBeanServerDelegate.getNotificationInfo()
          Returns a NotificationInfo object contaning the name of the Java class of the notification and the notification types sent. as extension, add the ExtendedMBeanServerNotification
protected  MBeanNotificationInfo[] StandardMBean.getNotifications(MBeanInfo info)
          Customization hook: Get the MBeanNotificationInfo[] that will be used in the MBeanInfo returned by this MBean.
 MBeanNotificationInfo[] NotificationBroadcasterSupport.getNotificationInfo()
          Returns a NotificationInfo object contaning the name of the Java class of the notification and the notification types sent.
 MBeanNotificationInfo[] NotificationBroadcaster.getNotificationInfo()
          Returns a NotificationInfo object contaning the name of the Java class of the notification and the notification types sent.
 

Constructors in javax.management with parameters of type MBeanNotificationInfo
MBeanInfo(java.lang.String className, java.lang.String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications)
          Constructs an MBeanInfo.
 

Uses of MBeanNotificationInfo in javax.management.modelmbean
 

Subclasses of MBeanNotificationInfo in javax.management.modelmbean
 class ModelMBeanNotificationInfo
          The ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean.
 

Methods in javax.management.modelmbean that return MBeanNotificationInfo
 MBeanNotificationInfo[] ModelMBeanInfo.getNotifications()
           
 MBeanNotificationInfo[] RequiredModelMBean.getNotificationInfo()
          Returns the array of Notifications always generated by the RequiredModelMBean.
 MBeanNotificationInfo[] ModelMBeanInfoSupport.getNotifications()
          Returns the list of notifications exposed for management as ModelMBeanNotificationInfo objects.
 

Uses of MBeanNotificationInfo in javax.management.monitor
 

Methods in javax.management.monitor that return MBeanNotificationInfo
 MBeanNotificationInfo[] CounterMonitor.getNotificationInfo()
           
 MBeanNotificationInfo[] StringMonitor.getNotificationInfo()
           
 MBeanNotificationInfo[] GaugeMonitor.getNotificationInfo()
           
 

Uses of MBeanNotificationInfo in javax.management.openmbean
 

Methods in javax.management.openmbean that return MBeanNotificationInfo
 MBeanNotificationInfo[] OpenMBeanInfo.getNotifications()
          Returns an array of MBeanNotificationInfo instances describing each notification emitted by the open MBean described by this OpenMBeanInfo instance.
 

Constructors in javax.management.openmbean with parameters of type MBeanNotificationInfo
OpenMBeanInfoSupport(java.lang.String className, java.lang.String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications)
          Constructs an OpenMBeanInfoSupport instance, which describes a class of open MBeans with the specified className, description, openAttributes, openConstructors , openOperations and notifications.
 

Uses of MBeanNotificationInfo in javax.management.relation
 

Methods in javax.management.relation that return MBeanNotificationInfo
 MBeanNotificationInfo[] RelationService.getNotificationInfo()
           
 

Uses of MBeanNotificationInfo in javax.management.timer
 

Methods in javax.management.timer that return MBeanNotificationInfo
 MBeanNotificationInfo[] Timer.getNotificationInfo()