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

/opengrok-sun/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.java67 private final Set<NotificationHolder> notifListeners =
68 new HashSet<NotificationHolder>();
309 notifListeners.add(new NotificationHolder(notiflistener, notfilt, obj));
318 Iterator<NotificationHolder> it = notifListeners.iterator();
320 NotificationHolder mnf = it.next();
337 Iterator<NotificationHolder> it = notifListeners.iterator();
339 NotificationHolder mnf = it.next();
377 for (NotificationHolder nl : notifListeners) {

Completed in 32 milliseconds