/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | RootMonitoringPanel.java | 56 private JLabel startTime = Utilities.createDefaultLabel(); field in class:RootMonitoringPanel 108 startTime, 161 startTime 181 Date startTime = ConfigFromDirContext.utcParser.parse(start); 184 long upSeconds = (currentTime.getTime() - startTime.getTime()) / 1000; 206 startTime.setText(NO_VALUE_SET.toString());
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | RootMonitoringPanel.java | 55 private JLabel startTime = Utilities.createDefaultLabel(); field in class:RootMonitoringPanel 107 startTime, 160 startTime 180 Date startTime = ConfigFromDirContext.utcParser.parse(start); 183 long upSeconds = (currentTime.getTime() - startTime.getTime()) / 1000; 205 startTime.setText(NO_VALUE_SET.toString());
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | RootMonitoringPanel.java | 56 private JLabel startTime = Utilities.createDefaultLabel(); field in class:RootMonitoringPanel 108 startTime, 161 startTime 181 Date startTime = ConfigFromDirContext.utcParser.parse(start); 184 long upSeconds = (currentTime.getTime() - startTime.getTime()) / 1000; 206 startTime.setText(NO_VALUE_SET.toString());
|
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | RootMonitoringPanel.java | 55 private JLabel startTime = Utilities.createDefaultLabel(); field in class:RootMonitoringPanel 107 startTime, 160 startTime 180 Date startTime = ConfigFromDirContext.utcParser.parse(start); 183 long upSeconds = (currentTime.getTime() - startTime.getTime()) / 1000; 205 startTime.setText(NO_VALUE_SET.toString());
|
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | RootMonitoringPanel.java | 56 private JLabel startTime = Utilities.createDefaultLabel(); field in class:RootMonitoringPanel 108 startTime, 161 startTime 181 Date startTime = ConfigFromDirContext.utcParser.parse(start); 184 long upSeconds = (currentTime.getTime() - startTime.getTime()) / 1000; 206 startTime.setText(NO_VALUE_SET.toString());
|
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/ |
H A D | CTSReaperMonitoringStore.java | 32 * @param startTime The start time of the reaper run. 36 void addReaperRun(long startTime, long runTime, long numberOfDeletedSessions); argument
|
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/model/ |
H A D | DBStatistics.java | 36 private static long startTime; field in class:DBStatistics 44 startTime = System.currentTimeMillis(); 83 return System.currentTimeMillis() - startTime;
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ |
H A D | RootMonitoringPanel.java | 58 private JLabel startTime = Utilities.createDefaultLabel(); field in class:RootMonitoringPanel 107 startTime, 160 startTime 178 Date startTime = ConfigFromDirContext.utcParser.parse(start); 181 long upSeconds = (currentTime.getTime() - startTime.getTime()) / 1000; 203 startTime.setText(NO_VALUE_SET.toString());
|
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/timeouts/ |
H A D | ObservedContextFactory.java | 71 private final long startTime; field in class:ObservedContextFactory.ObservedJavaScriptContext 75 this.startTime = System.currentTimeMillis(); 81 return startTime;
|
/forgerock/openam-v13/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/servlet/ |
H A D | Auditor.java | 50 private final long startTime; field in class:Auditor 67 this.startTime = timeService.now(); 78 .timestamp(startTime) 105 long elapsedTime = endTime - startTime; 123 long elapsedTime = endTime - startTime;
|
/forgerock/openidm-v4/openidm-smartevent/src/main/java/org/forgerock/openidm/smartevent/core/ |
H A D | DisruptorReferringEventEntry.java | 37 long startTime; field in class:DisruptorReferringEventEntry 63 if (endTime != 0 && startTime != 0) { 74 return endTime - startTime;
|
H A D | DisruptorShortEventEntry.java | 41 long startTime; field in class:DisruptorShortEventEntry 60 startTime = System.nanoTime(); 84 if (endTime != 0 && startTime != 0) { 85 return endTime - startTime;
|
H A D | EventEntryImpl.java | 33 long startTime; field in class:EventEntryImpl 47 // startTime = System.currentTimeMillis(); 48 startTime = System.nanoTime(); 77 if (endTime != 0 && startTime != 0) { 78 return endTime - startTime;
|
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/timeouts/ |
H A D | ObservedContextFactory.java | 73 private final long startTime; field in class:ObservedContextFactory.ObservedJavaScriptContext 77 this.startTime = currentTimeMillis(); 83 return startTime;
|
/forgerock/openam/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/servlet/ |
H A D | Auditor.java | 50 private final long startTime; field in class:Auditor 67 this.startTime = timeService.now(); 78 .timestamp(startTime) 105 long elapsedTime = endTime - startTime; 123 long elapsedTime = endTime - startTime;
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/ |
H A D | CTSReaperMonitoringStore.java | 32 * @param startTime The start time of the reaper run. 36 void addReaperRun(long startTime, long runTime, long numberOfDeletedSessions); argument
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/model/ |
H A D | DBStatistics.java | 38 private static long startTime; field in class:DBStatistics 46 startTime = currentTimeMillis(); 85 return currentTimeMillis() - startTime;
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/ |
H A D | DirectoryServerTestCase.java | 177 long startTime; field in class:DirectoryServerTestCase 185 startTime = System.currentTimeMillis();
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/ |
H A D | DirectoryServerTestCase.java | 177 long startTime; field in class:DirectoryServerTestCase 185 startTime = System.currentTimeMillis();
|
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/reaper/ |
H A D | ReaperMonitor.java | 34 public void add(final long startTime, final long runTime, final long numberOfDeletedSessions) { argument 35 reaperRuns.add(new ReaperRun(startTime, runTime, numberOfDeletedSessions)); 60 private final long startTime; field in class:ReaperMonitor.ReaperRun 67 * @param startTime The start time of the reaper run. 71 public ReaperRun(final long startTime, final long runTime, final long numberOfDeletedSessions) { argument 72 this.startTime = startTime; 83 return startTime;
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/ |
H A D | DirectoryServerTestCase.java | 172 long startTime; field in class:DirectoryServerTestCase 180 startTime = System.currentTimeMillis();
|
/forgerock/openidm-v4/openidm-quartz-fragment/src/main/java/org/forgerock/openidm/quartz/impl/ |
H A D | SchedulerServiceJob.java | 126 final long startTime = System.currentTimeMillis(); 135 createSuccessfulScheduledAuditEvent(scheduledContext, startTime, context)); 144 createFailedScheduledAuditEvent(scheduledContext, startTime, context, ex)); 170 private AuditEvent createSuccessfulScheduledAuditEvent(final Context context, final long startTime, argument 172 final long elapsedTime = System.currentTimeMillis() - startTime; 177 private AuditEvent createFailedScheduledAuditEvent(final Context context, final long startTime, argument 179 final long elapsedTime = System.currentTimeMillis() - startTime;
|
/forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/mixin/ |
H A D | HistoricProcessInstanceMixIn.java | 45 protected Date startTime; field in class:HistoricProcessInstanceMixIn
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/reaper/ |
H A D | ReaperMonitor.java | 34 public void add(final long startTime, final long runTime, final long numberOfDeletedSessions) { argument 35 reaperRuns.add(new ReaperRun(startTime, runTime, numberOfDeletedSessions)); 60 private final long startTime; field in class:ReaperMonitor.ReaperRun 67 * @param startTime The start time of the reaper run. 71 public ReaperRun(final long startTime, final long runTime, final long numberOfDeletedSessions) { argument 72 this.startTime = startTime; 83 return startTime;
|
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/fluent/ |
H A D | CrestAuditor.java | 60 private final long startTime; field in class:CrestAuditor 83 this.startTime = context.asContext(RequestAuditContext.class).getRequestReceivedTime(); 100 .timestamp(startTime) 131 final long elapsedTime = endTime - startTime; 169 final long elapsedTime = endTime - startTime;
|