Uses of Class
javax.management.MBeanNotificationInfo

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

Uses of MBeanNotificationInfo in javax.management
 

Methods in javax.management that return MBeanNotificationInfo
 MBeanNotificationInfo[] MBeanInfo.getNotifications()
           
 MBeanNotificationInfo[] MBeanServerDelegate.getNotificationInfo()
           
 MBeanNotificationInfo[] NotificationBroadcasterSupport.getNotificationInfo()
           
 MBeanNotificationInfo[] NotificationBroadcaster.getNotificationInfo()
          Returns 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)
           
 

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[] StringMonitor.getNotificationInfo()
           
 MBeanNotificationInfo[] CounterMonitor.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 which describes notifications by this OpenMBeanInfo
 

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)
          Creates an OpenMBeanInfoSupport.
 

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
 

Methods in mx4j that return MBeanNotificationInfo
protected  MBeanNotificationInfo[] AbstractDynamicMBean.createMBeanNotificationInfo()
          To be overridden to return metadata information about manageable notifications.
 

Uses of MBeanNotificationInfo in mx4j.log
 

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



Copyright © 2001-2002 MX4J Team. All Rights Reserved.