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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/monitoring/
H A DMonitoredOperations.java32 private final SessionMonitorType monitorType; field in class:MonitoredOperations
41 * @param monitorType Whether these SessionOperations are for LOCAL, REMOTE, etc.
44 public MonitoredOperations(SessionOperations sessionOperations, SessionMonitorType monitorType, argument
47 this.monitorType = monitorType;
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
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/monitoring/
H A DMonitoredOperations.java41 private final SessionMonitorType monitorType; field in class:MonitoredOperations
50 * @param monitorType Whether these SessionOperations are for LOCAL, REMOTE, etc.
53 public MonitoredOperations(SessionOperations sessionOperations, SessionMonitorType monitorType, argument
56 this.monitorType = monitorType;
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
[all...]

Completed in 28 milliseconds