Searched defs:getDuration (Results 1 - 25 of 31) sorted by relevance

12

/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/shared/monitoring/
H A DTimingEntry.java29 long getDuration(); method in interface:TimingEntry
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/monitoring/
H A DTimingEntry.java29 long getDuration(); method in interface:TimingEntry
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/monitoring/
H A DSessionTimingEntry.java42 public long getDuration() { method in class:SessionTimingEntry
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/monitoring/
H A DSessionTimingEntry.java42 public long getDuration() { method in class:SessionTimingEntry
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/
H A DActivationLimitDurationType.java37 java.lang.String getDuration(); method in interface:ActivationLimitDurationType
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/entitlement/monitoring/
H A DPolicyTimingEntry.java107 public long getDuration() { method in class:PolicyTimingEntry
/forgerock/openidm-v4/openidm-smartevent/src/main/java/org/forgerock/openidm/smartevent/core/
H A DDisruptorReferringEventEntry.java62 public final long getDuration() { method in class:DisruptorReferringEventEntry
82 return StatisticsHandler.formatNsAsMs(getDuration());
H A DDisruptorShortEventEntry.java83 public final long getDuration() { method in class:DisruptorShortEventEntry
96 return StatisticsHandler.formatNsAsMs(getDuration());
H A DEventEntryImpl.java76 public final long getDuration() { method in class:EventEntryImpl
89 return StatisticsHandler.formatNsAsMs(getDuration());
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/
H A DActivationLimitDurationType.java37 java.lang.String getDuration(); method in interface:ActivationLimitDurationType
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/monitoring/
H A DPolicyTimingEntry.java107 public long getDuration() { method in class:PolicyTimingEntry
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DDurationUnit.java170 duration += Long.valueOf(weeks) * WEEKS.getDuration();
174 duration += Long.valueOf(days) * DAYS.getDuration();
178 duration += Long.valueOf(hours) * HOURS.getDuration();
182 duration += Long.valueOf(minutes) * MINUTES.getDuration();
186 duration += Long.valueOf(seconds) * SECONDS.getDuration();
190 duration += Long.valueOf(ms) * MILLI_SECONDS.getDuration();
278 long count = remainder / unit.getDuration();
286 remainder = remainder - (count * unit.getDuration());
332 public long getDuration() { method in class:DurationUnit
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DDurationUnit.java171 duration += Long.valueOf(weeks) * WEEKS.getDuration();
175 duration += Long.valueOf(days) * DAYS.getDuration();
179 duration += Long.valueOf(hours) * HOURS.getDuration();
183 duration += Long.valueOf(minutes) * MINUTES.getDuration();
187 duration += Long.valueOf(seconds) * SECONDS.getDuration();
191 duration += Long.valueOf(ms) * MILLI_SECONDS.getDuration();
279 long count = remainder / unit.getDuration();
287 remainder = remainder - (count * unit.getDuration());
333 public long getDuration() { method in class:DurationUnit
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DDurationUnit.java171 duration += Long.valueOf(weeks) * WEEKS.getDuration();
175 duration += Long.valueOf(days) * DAYS.getDuration();
179 duration += Long.valueOf(hours) * HOURS.getDuration();
183 duration += Long.valueOf(minutes) * MINUTES.getDuration();
187 duration += Long.valueOf(seconds) * SECONDS.getDuration();
191 duration += Long.valueOf(ms) * MILLI_SECONDS.getDuration();
279 long count = remainder / unit.getDuration();
287 remainder = remainder - (count * unit.getDuration());
333 public long getDuration() { method in class:DurationUnit
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DDurationUnit.java170 duration += Long.valueOf(weeks) * WEEKS.getDuration();
174 duration += Long.valueOf(days) * DAYS.getDuration();
178 duration += Long.valueOf(hours) * HOURS.getDuration();
182 duration += Long.valueOf(minutes) * MINUTES.getDuration();
186 duration += Long.valueOf(seconds) * SECONDS.getDuration();
190 duration += Long.valueOf(ms) * MILLI_SECONDS.getDuration();
278 long count = remainder / unit.getDuration();
286 remainder = remainder - (count * unit.getDuration());
332 public long getDuration() { method in class:DurationUnit
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DDurationUnit.java171 duration += Long.valueOf(weeks) * WEEKS.getDuration();
175 duration += Long.valueOf(days) * DAYS.getDuration();
179 duration += Long.valueOf(hours) * HOURS.getDuration();
183 duration += Long.valueOf(minutes) * MINUTES.getDuration();
187 duration += Long.valueOf(seconds) * SECONDS.getDuration();
191 duration += Long.valueOf(ms) * MILLI_SECONDS.getDuration();
279 long count = remainder / unit.getDuration();
287 remainder = remainder - (count * unit.getDuration());
333 public long getDuration() { method in class:DurationUnit
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DDurationUnit.java145 duration += Long.valueOf(weeks) * WEEKS.getDuration();
149 duration += Long.valueOf(days) * DAYS.getDuration();
153 duration += Long.valueOf(hours) * HOURS.getDuration();
157 duration += Long.valueOf(minutes) * MINUTES.getDuration();
161 duration += Long.valueOf(seconds) * SECONDS.getDuration();
165 duration += Long.valueOf(ms) * MILLI_SECONDS.getDuration();
248 long count = remainder / unit.getDuration();
256 remainder = remainder - (count * unit.getDuration());
295 public long getDuration() { method in class:DurationUnit
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DActivationLimitDurationTypeImpl.java22 public java.lang.String getDuration() { method in class:ActivationLimitDurationTypeImpl
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DActivationLimitDurationTypeImpl.java22 public java.lang.String getDuration() { method in class:ActivationLimitDurationTypeImpl
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DReconciliationStatistic.java217 public long getDuration() { method in class:ReconciliationStatistic
218 return getDuration(this.startTime, hasEnded() ? this.endTime : System.currentTimeMillis());
228 public long getDuration(long startTime, long endTime) { method in class:ReconciliationStatistic
268 results.put("duration", getDuration());
/forgerock/opendj2/ext/ant/lib/
H A Dant-jmf.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-jmf.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-jmf.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-jmf.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-jmf.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 84 milliseconds

12