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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/monitoring/
H A DMonitoredOperations.java81 sessionMonitoringStore.storeDestroyTime(System.nanoTime() - start, monitorType);
H A DSessionMonitoringStore.java165 public void storeDestroyTime(final long duration, final SessionMonitorType type) { method in class:SessionMonitoringStore
/forgerock/openam-v13/openam-core/src/test/java/com/iplanet/dpro/session/monitoring/
H A DMonitoredOperationsTest.java76 verify(mockStore).storeDestroyTime(anyLong(), any(SessionMonitorType.class));
H A DSessionMonitoringStoreTest.java99 testSessionMonitoringStore.storeDestroyTime(duration, type);
118 testSessionMonitoringStore.storeDestroyTime(duration, type);
/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/monitoring/
H A DMonitoredOperationsTest.java76 verify(mockStore).storeDestroyTime(anyLong(), any(SessionMonitorType.class));
H A DSessionMonitoringStoreTest.java99 testSessionMonitoringStore.storeDestroyTime(duration, type);
118 testSessionMonitoringStore.storeDestroyTime(duration, type);
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/monitoring/
H A DMonitoredOperations.java105 sessionMonitoringStore.storeDestroyTime(System.nanoTime() - start, monitorType);
H A DSessionMonitoringStore.java165 public void storeDestroyTime(final long duration, final SessionMonitorType type) { method in class:SessionMonitoringStore

Completed in 32 milliseconds