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

/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DAgentConnection.java65 private long endtime = 0; field in class:AgentConnection
112 return endtime;
163 endtime = ((Long) notification.getUserData()).longValue();
H A DOpenGrokTrayApp.java291 long endtime = 0;
296 endtime = agent.getEndTime();
298 NotificationsFrame sf = new NotificationsFrame(notifs, starttime, endtime);
H A DNotificationsFrame.java42 public NotificationsFrame(String notifications, long startime, long endtime) { argument
48 endTimelabel.setText(formatTimestamp(endtime));

Completed in 13 milliseconds