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

/openjdk10/jdk/test/javax/management/MBeanServer/
H A DNotifDeadlockTest.java47 * ----- XListener.handleNotification
83 private static class XListener implements NotificationListener { class in class:NotifDeadlockTest
87 XListener(boolean register) { method in class:NotifDeadlockTest.XListener
125 mbs.addNotificationListener(delName, new XListener(false), null, null);
134 mbs.addNotificationListener(delName, new XListener(false), null, null);
141 mbs.addNotificationListener(delName, new XListener(true), null, null);
149 mbs.addNotificationListener(delName, new XListener(true), null, null);

Completed in 38 milliseconds