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

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

Completed in 29 milliseconds