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

/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DAgentIndexRunner.java72 private final StringBuilder notifications = new StringBuilder(); field in class:AgentIndexRunner
209 * Handle timer notifications to the purgatory.
311 notifications.append('\n');
312 notifications.append(type);
313 notifications.append(path);
314 if (notifications.length() > MAXMESSAGELENGTH) {
320 if (notifications.length() > 0) {
321 doNotify(NOTIFICATIONACTIONTYPE, "FilesInfo", notifications.toString());
322 notifications.delete(0, notifications
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DNotificationsFrame.java42 public NotificationsFrame(String notifications, long startime, long endtime) { argument
47 jTextArea1.setText(notifications);

Completed in 8 milliseconds