Searched refs:sessionMonitoringStore (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/monitoring/
H A DMonitoredOperations.java34 private final SessionMonitoringStore sessionMonitoringStore; field in class:MonitoredOperations
42 * @param sessionMonitoringStore The store to use to write the data to
45 SessionMonitoringStore sessionMonitoringStore) {
48 this.sessionMonitoringStore = sessionMonitoringStore;
60 sessionMonitoringStore.storeRefreshTime(System.nanoTime() - start, monitorType);
73 sessionMonitoringStore.storeLogoutTime(System.nanoTime() - start, monitorType);
81 sessionMonitoringStore.storeDestroyTime(System.nanoTime() - start, monitorType);
92 sessionMonitoringStore.storeSetPropertyTime(System.nanoTime() - start, monitorType);
101 return op.monitorType == this.monitorType && op.sessionMonitoringStore
44 MonitoredOperations(SessionOperations sessionOperations, SessionMonitorType monitorType, SessionMonitoringStore sessionMonitoringStore) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/monitoring/
H A DMonitoredOperations.java43 private final SessionMonitoringStore sessionMonitoringStore; field in class:MonitoredOperations
51 * @param sessionMonitoringStore The store to use to write the data to
54 SessionMonitoringStore sessionMonitoringStore) {
57 this.sessionMonitoringStore = sessionMonitoringStore;
69 sessionMonitoringStore.storeRefreshTime(System.nanoTime() - start, monitorType);
82 sessionMonitoringStore.storeLogoutTime(System.nanoTime() - start, monitorType);
105 sessionMonitoringStore.storeDestroyTime(System.nanoTime() - start, monitorType);
116 sessionMonitoringStore.storeSetPropertyTime(System.nanoTime() - start, monitorType);
155 return op.monitorType == this.monitorType && op.sessionMonitoringStore
53 MonitoredOperations(SessionOperations sessionOperations, SessionMonitorType monitorType, SessionMonitoringStore sessionMonitoringStore) argument
[all...]

Completed in 27 milliseconds