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

/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DNotificationHolder.java32 public class NotificationHolder { class
38 public NotificationHolder(NotificationListener nl, NotificationFilter nf, Object obj) { method in class:NotificationHolder
H A DAgentIndexRunner.java69 private final Set<NotificationHolder> notifListeners =
70 new HashSet<NotificationHolder>();
370 notifListeners.add(new NotificationHolder(notiflistener, notfilt, obj));
384 Iterator<NotificationHolder> it = notifListeners.iterator();
386 NotificationHolder mnf = it.next();
408 Iterator<NotificationHolder> it = notifListeners.iterator();
410 NotificationHolder mnf = it.next();
452 for (NotificationHolder nl : notifListeners) {

Completed in 13 milliseconds