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

/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanNotificationInfo.java49 * <p>The ModelMBeanNotificationInfo object describes a notification emitted
88 * ModelMBeanNotificationInfo constructor).</p>
96 public class ModelMBeanNotificationInfo class in inherits:MBeanNotificationInfo,DescriptorAccess
158 private static final String currClass = "ModelMBeanNotificationInfo";
161 * Constructs a ModelMBeanNotificationInfo object with a default
170 public ModelMBeanNotificationInfo(String[] notifTypes, method in class:ModelMBeanNotificationInfo
177 * Constructs a ModelMBeanNotificationInfo object.
197 public ModelMBeanNotificationInfo(String[] notifTypes, method in class:ModelMBeanNotificationInfo
204 ModelMBeanNotificationInfo.class.getName(),
205 "ModelMBeanNotificationInfo", "Entr
217 public ModelMBeanNotificationInfo(ModelMBeanNotificationInfo inInfo) { method in class:ModelMBeanNotificationInfo
[all...]

Completed in 29 milliseconds