Searched defs:countListener (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationBufferDeadlockTest.java167 countListener = new MyListener(names.size());
170 mbsc.addNotificationListener(name, countListener, null, null);
176 if (!countListener.waiting(MAX_WAITING_TIME)) {
312 private static MyListener countListener; field in class:NotificationBufferDeadlockTest

Completed in 214 milliseconds