Searched refs:notifsInfo (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DMBeanServerDelegate.java54 private static final MBeanNotificationInfo[] notifsInfo; field in class:MBeanServerDelegate
61 notifsInfo = new MBeanNotificationInfo[1];
62 notifsInfo[0] =
162 final int len = MBeanServerDelegate.notifsInfo.length;
165 System.arraycopy(MBeanServerDelegate.notifsInfo,0,infos,0,len);
/openjdk10/jdk/src/java.management/share/classes/javax/management/monitor/
H A DStringMonitor.java118 private static final MBeanNotificationInfo[] notifsInfo = { field in class:StringMonitor
347 return notifsInfo.clone();
H A DGaugeMonitor.java191 private static final MBeanNotificationInfo[] notifsInfo = { field in class:GaugeMonitor
483 return notifsInfo.clone();
H A DCounterMonitor.java201 private static final MBeanNotificationInfo[] notifsInfo = { field in class:CounterMonitor
601 return notifsInfo.clone();
/openjdk10/jdk/test/javax/management/mxbean/
H A DMXBeanNotifTest.java305 MBeanNotificationInfo[] notifsInfo = mbi.getNotifications();
308 for (MBeanNotificationInfo mbni : notifsInfo) {

Completed in 109 milliseconds