Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.management.MBeanNotificationInfo

Uses of MBeanNotificationInfo in javax.management
 

Fields in javax.management declared as MBeanNotificationInfo
private  MBeanNotificationInfo MBeanServerDelegate.notificationInfo
           
protected  MBeanNotificationInfo[] MBeanInfo.notifications
           
 

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

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)