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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/monitoring/
H A DMonitoredOperations.java92 sessionMonitoringStore.storeSetPropertyTime(System.nanoTime() - start, monitorType);
H A DSessionMonitoringStore.java131 public void storeSetPropertyTime(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.java106 verify(mockStore).storeSetPropertyTime(anyLong(), any(SessionMonitorType.class));
H A DSessionMonitoringStoreTest.java137 testSessionMonitoringStore.storeSetPropertyTime(duration, type);
156 testSessionMonitoringStore.storeSetPropertyTime(duration, type);
/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/monitoring/
H A DMonitoredOperationsTest.java106 verify(mockStore).storeSetPropertyTime(anyLong(), any(SessionMonitorType.class));
H A DSessionMonitoringStoreTest.java137 testSessionMonitoringStore.storeSetPropertyTime(duration, type);
156 testSessionMonitoringStore.storeSetPropertyTime(duration, type);
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/monitoring/
H A DMonitoredOperations.java116 sessionMonitoringStore.storeSetPropertyTime(System.nanoTime() - start, monitorType);
H A DSessionMonitoringStore.java131 public void storeSetPropertyTime(final long duration, final SessionMonitorType type) { method in class:SessionMonitoringStore

Completed in 39 milliseconds