Searched defs:doNotify (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DAgentIndexRunner.java139 doNotify(NOTIFICATIONINFOLONGTYPE,
143 doNotify(NOTIFICATIONEXCEPTIONTYPE,
167 doNotify(NOTIFICATIONINFOLONGTYPE,
175 doNotify(NOTIFICATIONINFOSTRINGTYPE,
182 doNotify(NOTIFICATIONEXCEPTIONTYPE,
321 doNotify(NOTIFICATIONACTIONTYPE, "FilesInfo", notifications.toString());
443 private void doNotify(String type, String msg, Object userdata) { method in class:AgentIndexRunner
466 log.log(Level.FINE, "doNotify", ex);

Completed in 34 milliseconds