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

/opengrok-sun/src/org/opensolaris/opengrok/management/
H A DAgentIndexRunner.java120 doNotify(NOTIFICATIONINFOLONGTYPE, "StartIndexing", Long.valueOf(lastIndexStart));
123 doNotify(NOTIFICATIONEXCEPTIONTYPE, "Missing Configuration file", "");
143 doNotify(NOTIFICATIONINFOLONGTYPE, "FinishedIndexing", Long.valueOf(lastIndexFinish));
150 doNotify(NOTIFICATIONINFOSTRINGTYPE, "Published index", publishhost);
156 doNotify(NOTIFICATIONEXCEPTIONTYPE, "Configuration file not valid", configfile);
277 doNotify(NOTIFICATIONACTIONTYPE, "FilesInfo", notifications.toString());
369 private void doNotify(String type, String msg, Object userdata) { method in class:AgentIndexRunner

Completed in 16 milliseconds