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

/openjdk10/jdk/test/javax/management/MBeanInfo/
H A DNotificationInfoTest.java193 private static void check(String what, MBeanNotificationInfo[] mbnis) { argument
196 if (mbnis.length == 0) {
204 for (int j = 0; j < mbnis.length; j++) {
205 String notifClassName = mbnis[j].getName();

Completed in 33 milliseconds