Searched defs:MBeanNotificationInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanNotificationInfo.java31 * <p>The <CODE>MBeanNotificationInfo</CODE> class is used to describe the
35 * then the metadata for that MBean should provide an <CODE>MBeanNotificationInfo</CODE>
57 public class MBeanNotificationInfo extends MBeanFeatureInfo implements Cloneable { class in inherits:MBeanFeatureInfo,Cloneable
64 static final MBeanNotificationInfo[] NO_NOTIFICATIONS =
65 new MBeanNotificationInfo[0];
76 * Constructs an <CODE>MBeanNotificationInfo</CODE> object.
85 public MBeanNotificationInfo(String[] notifTypes, method in class:MBeanNotificationInfo
92 * Constructs an <CODE>MBeanNotificationInfo</CODE> object.
105 public MBeanNotificationInfo(String[] notifTypes, method in class:MBeanNotificationInfo
122 MBeanNotificationInfo
[all...]

Completed in 29 milliseconds