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

/openjdk7/jdk/test/javax/management/MBeanServer/
H A DNotifDeadlockTest.java67 static ObjectName on1, on2, delName; field in class:NotifDeadlockTest
72 delName =
132 mbs.addNotificationListener(delName, new XListener(false), null, null);
147 mbs.addNotificationListener(delName, new XListener(false), null, null);
160 mbs.addNotificationListener(delName, new XListener(true), null, null);
174 mbs.addNotificationListener(delName, new XListener(true), null, null);

Completed in 3684 milliseconds