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

/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DNotificationHolder.java38 public NotificationHolder(NotificationListener nl, NotificationFilter nf, Object obj) { argument
39 notl = nl;
H A DAgentIndexRunner.java452 for (NotificationHolder nl : notifListeners) {
453 log.log(Level.FINE, "having one with obj {0}", nl.getObj());
455 if ((nl.getFilter() == null) ||
456 nl.getFilter().isNotificationEnabled(notif)) {
457 nl.getNL().handleNotification(notif, nl.getObj());

Completed in 9 milliseconds