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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXOperations.java46 private java.util.List<NotificationListener> notificationListenersList; field in class:XOperations
58 notificationListenersList =
205 notificationListenersList.add(nl);
209 notificationListenersList.remove(nl);
216 for (NotificationListener nl : notificationListenersList) {
H A DXMBeanNotifications.java68 private List<NotificationListener> notificationListenersList; field in class:XMBeanNotifications
85 notificationListenersList = Collections.synchronizedList(l);
304 notificationListenersList.add(nl);
308 notificationListenersList.remove(nl);
325 for (NotificationListener nl : notificationListenersList) {

Completed in 199 milliseconds