Uses of Class
javax.management.MBeanNotificationInfo

Packages that use MBeanNotificationInfo
javax.management   
javax.management.modelmbean   
javax.management.monitor   
javax.management.relation   
mx4j.log   
 

Uses of MBeanNotificationInfo in javax.management
 

Methods in javax.management that return MBeanNotificationInfo
 MBeanNotificationInfo[] MBeanInfo.getNotifications()
           
 MBeanNotificationInfo[] NotificationBroadcasterSupport.getNotificationInfo()
           
 MBeanNotificationInfo[] NotificationBroadcaster.getNotificationInfo()
           
 

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)
           
 

Uses of MBeanNotificationInfo in javax.management.modelmbean
 

Subclasses of MBeanNotificationInfo in javax.management.modelmbean
 class ModelMBeanNotificationInfo
           
 

Methods in javax.management.modelmbean that return MBeanNotificationInfo
 MBeanNotificationInfo[] ModelMBeanInfo.getNotifications()
           
 MBeanNotificationInfo[] ModelMBeanInfoSupport.getNotifications()
           
 

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.relation
 

Methods in javax.management.relation that return MBeanNotificationInfo
 MBeanNotificationInfo[] RelationService.getNotificationInfo()
          Implement to return more info regarding Notification Types
 

Uses of MBeanNotificationInfo in mx4j.log
 

Methods in mx4j.log that return MBeanNotificationInfo
 MBeanNotificationInfo[] LoggerBroadcaster.getNotificationInfo()