Searched refs:ModelMBeanNotificationInfo (Results 1 - 8 of 8) 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...]
H A DModelMBeanInfo.java293 * Returns a ModelMBeanNotificationInfo requested by name.
295 * @param inName The name of the ModelMBeanNotificationInfo to get.
296 * If no ModelMBeanNotificationInfo exists for this name null is returned.
305 public ModelMBeanNotificationInfo getNotification(String inName)
H A DModelMBeanInfoSupport.java132 * {@link ModelMBeanNotificationInfo} objects which
185 * @serial The array of {@link ModelMBeanNotificationInfo} objects which
265 * @param notifications array of ModelMBeanNotificationInfo
273 ModelMBeanNotificationInfo[] notifications) {
291 * @param notifications array of ModelMBeanNotificationInfo
314 ModelMBeanNotificationInfo[] notifications,
338 "ModelMBeanNotificationInfo[],Descriptor)",
347 private static final ModelMBeanNotificationInfo[] NO_NOTIFICATIONS =
348 new ModelMBeanNotificationInfo[0];
423 retList[i] = (((ModelMBeanNotificationInfo)
[all...]
H A DRequiredModelMBean.java238 * {@link ModelMBeanNotificationInfo} for the <code>GENERIC</code>
241 * {@link ModelMBeanNotificationInfo ModelMBeanNotificationInfo}s for
784 final ModelMBeanNotificationInfo nInfo =
785 (ModelMBeanNotificationInfo)notifInfo[i];
2399 * Creates a default ModelMBeanNotificationInfo for GENERIC
2402 private static final ModelMBeanNotificationInfo makeGenericInfo() {
2411 return new ModelMBeanNotificationInfo(new
2419 * Creates a default ModelMBeanNotificationInfo for ATTRIBUTE_CHANGE
2423 ModelMBeanNotificationInfo makeAttributeChangeInf
[all...]
/openjdk7/jdk/test/javax/management/descriptor/
H A DMBeanInfoInteropTest.java67 import javax.management.modelmbean.ModelMBeanNotificationInfo;
171 private static ModelMBeanNotificationInfo mmbni1, mmbni2, mmbni3, mmbni4;
289 new ModelMBeanNotificationInfo(null, "name", "descr");
291 new ModelMBeanNotificationInfo(null, "name", "descr", notifd);
293 new ModelMBeanNotificationInfo(new String[] {"type"}, "name", "descr");
295 new ModelMBeanNotificationInfo(new String[] {"type"}, "name",
311 new ModelMBeanNotificationInfo[] {mmbni1, mmbni2, mmbni3, mmbni4});
318 new ModelMBeanNotificationInfo[] {mmbni1, mmbni2, mmbni3, mmbni4},
H A DDefaultDescriptorTest.java102 final ModelMBeanNotificationInfo mmbni1 =
103 new ModelMBeanNotificationInfo(new String[] {"x.y.z"}, "yo", "yo");
104 final ModelMBeanNotificationInfo mmbni2 =
105 new ModelMBeanNotificationInfo(new String[] {"x.y.z"}, "yo", "yo",
284 new ModelMBeanNotificationInfo(mmbni1),
285 new ModelMBeanNotificationInfo(mmbni2),
/openjdk7/jdk/test/javax/management/modelmbean/
H A DInfoSupportTest.java121 new ModelMBeanNotificationInfo[0]);
129 new ModelMBeanNotificationInfo[0],
146 if (!(mmbi.getNotifications() instanceof ModelMBeanNotificationInfo[]))
H A DAddAttributeChangeNotificationListenerTest.java182 ModelMBeanNotificationInfo[] notifications = null;

Completed in 67 milliseconds