Searched refs:getNotifications (Results 1 - 21 of 21) sorted by relevance

/openjdk10/jdk/src/java.management/share/classes/javax/management/openmbean/
H A DOpenMBeanInfo.java133 public MBeanNotificationInfo[] getNotifications() ; method in interface:OpenMBeanInfo
H A DOpenMBeanInfoSupport.java295 if (!sameArrayContents(this.getNotifications(), other.getNotifications()))
353 value += arraySetHash(this.getNotifications());
403 .append(Arrays.asList(this.getNotifications()).toString())
/openjdk10/jdk/test/java/lang/management/MemoryMXBean/
H A DGetMBeanInfo.java48 MBeanNotificationInfo[] notifs = minfo.getNotifications();
/openjdk10/jdk/test/javax/management/Introspector/
H A DChangingNotifsTest.java86 MBeanNotificationInfo[] n1 = mbi.getNotifications().clone();
88 boolean unchanged = Arrays.deepEquals(mbi.getNotifications(), n1);
/openjdk10/jdk/src/java.management/share/classes/javax/management/modelmbean/
H A DModelMBeanInfo.java366 public MBeanNotificationInfo[] getNotifications(); method in interface:ModelMBeanInfo
H A DRequiredModelMBean.java286 if (mbi.getNotifications() != null) {
287 noOfNotifications = mbi.getNotifications().length;
727 MBeanNotificationInfo[] notifInfo = info.getNotifications();
2329 (ModelMBeanNotificationInfo[])modelMBeanInfo.getNotifications();
H A DModelMBeanInfoSupport.java222 mbi.getNotifications());
227 modelMBeanNotifications = mbi.getNotifications();
832 MBeanNotificationInfo[] notifList = modelMBeanNotifications; //this.getNotifications();
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DStandardEmitterMBean.java312 MBeanNotificationInfo[] getNotifications(MBeanInfo info) { method in class:StandardEmitterMBean
H A DMBeanInfo.java85 * <li>{@link #getNotifications()} returns an empty array if the MBean
424 public MBeanNotificationInfo[] getNotifications() { method in class:MBeanInfo
436 return getNotifications();
476 * #getConstructors()}, and {@link #getNotifications()} are
H A DMBeanServerInvocationHandler.java408 return info.getNotifications();
H A DStandardMBean.java458 final MBeanNotificationInfo[] ntfs = getNotifications(bi);
725 MBeanNotificationInfo[] getNotifications(MBeanInfo info) { method in class:StandardMBean
/openjdk10/jdk/test/javax/management/MBeanInfo/
H A DNullInfoArraysTest.java65 mbi.getNotifications() == null)
H A DMBeanInfoEqualsTest.java217 i2a.getOperations(), i2a.getNotifications()),
294 public MBeanNotificationInfo[] getNotifications() { method in class:MBeanInfoEqualsTest.MutableMBeanInfo
H A DNotificationInfoTest.java86 "MBeanInfo.getNotifications()");
182 check(name.toString(), mbi.getNotifications());
/openjdk10/jdk/test/javax/management/modelmbean/
H A DInfoSupportTest.java147 if (!(mmbi.getNotifications() instanceof ModelMBeanNotificationInfo[]))
/openjdk10/jdk/test/javax/management/modelmbean/ModelMBeanInfoSupport/
H A DGetAllDescriptorsTest.java290 final MBeanNotificationInfo[] ntfs = modelMBeanInfo.getNotifications();
/openjdk10/jdk/test/javax/management/mxbean/
H A DMXBeanInteropTest2.java213 for (MBeanNotificationInfo notif : mbInfo.getNotifications()) {
H A DMXBeanNotifTest.java305 MBeanNotificationInfo[] notifsInfo = mbi.getNotifications();
H A DMiscTest.java482 MBeanNotificationInfo mbni[] = mbi.getNotifications();
/openjdk10/jdk/test/javax/management/remote/mandatory/loading/
H A DMethodResultTest.java341 mbi.getNotifications());
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXTree.java585 MBeanNotificationInfo[] ni = mbeanInfo.getNotifications();

Completed in 193 milliseconds