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

/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DAgentIndexRunner.java69 private final Set<NotificationHolder> notifListeners = field in class:AgentIndexRunner
369 synchronized (notifListeners) {
370 notifListeners.add(new NotificationHolder(notiflistener, notfilt, obj));
383 synchronized (notifListeners) {
384 Iterator<NotificationHolder> it = notifListeners.iterator();
407 synchronized (notifListeners) {
408 Iterator<NotificationHolder> it = notifListeners.iterator();
446 notifListeners.size());
451 synchronized (notifListeners) {
452 for (NotificationHolder nl : notifListeners) {
[all...]

Completed in 9 milliseconds