Searched refs:monitorStore (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/monitoring/session/
H A DRemoteSessionsImpl.java28 private final SessionMonitoringStore monitorStore; field in class:RemoteSessionsImpl
30 public RemoteSessionsImpl(SnmpMib myMib, SessionMonitoringStore monitorStore) { argument
32 this.monitorStore = monitorStore;
39 return monitorStore.getAverageSetPropertyTime(SessionMonitorType.REMOTE);
46 return monitorStore.getAverageDestroyTime(SessionMonitorType.REMOTE);
53 return monitorStore.getAverageLogoutTime(SessionMonitorType.REMOTE);
60 return monitorStore.getAverageRefreshTime(SessionMonitorType.REMOTE);
H A DCtsSessionsImpl.java32 private final SessionMonitoringStore monitorStore; field in class:CtsSessionsImpl
35 SessionMonitoringStore monitorStore) {
38 this.monitorStore = monitorStore;
56 return monitorStore.getAverageSetPropertyTime(SessionMonitorType.CTS);
63 return monitorStore.getAverageDestroyTime(SessionMonitorType.CTS);
70 return monitorStore.getAverageLogoutTime(SessionMonitorType.CTS);
77 return monitorStore.getAverageRefreshTime(SessionMonitorType.CTS);
34 CtsSessionsImpl(CtsPersistenceOperationsMonitor ctsMonitor, SnmpMib myMib, SessionMonitoringStore monitorStore) argument
H A DInternalSessionsImpl.java31 private final SessionMonitoringStore monitorStore; field in class:InternalSessionsImpl
33 public InternalSessionsImpl(SnmpMib myMib, SessionMonitoringStore monitorStore) { argument
35 this.monitorStore = monitorStore;
42 return monitorStore.getAverageSetPropertyTime(SessionMonitorType.LOCAL);
49 return monitorStore.getAverageDestroyTime(SessionMonitorType.LOCAL);
56 return monitorStore.getAverageLogoutTime(SessionMonitorType.LOCAL);
63 return monitorStore.getAverageRefreshTime(SessionMonitorType.LOCAL);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/monitoring/session/
H A DCtsSessionsImpl.java32 private final SessionMonitoringStore monitorStore; field in class:CtsSessionsImpl
35 SessionMonitoringStore monitorStore) {
38 this.monitorStore = monitorStore;
56 return monitorStore.getAverageSetPropertyTime(SessionMonitorType.CTS);
63 return monitorStore.getAverageDestroyTime(SessionMonitorType.CTS);
70 return monitorStore.getAverageLogoutTime(SessionMonitorType.CTS);
77 return monitorStore.getAverageRefreshTime(SessionMonitorType.CTS);
34 CtsSessionsImpl(CtsPersistenceOperationsMonitor ctsMonitor, SnmpMib myMib, SessionMonitoringStore monitorStore) argument
H A DInternalSessionsImpl.java30 private final SessionMonitoringStore monitorStore; field in class:InternalSessionsImpl
32 public InternalSessionsImpl(SnmpMib myMib, SessionMonitoringStore monitorStore) { argument
34 this.monitorStore = monitorStore;
41 return monitorStore.getAverageSetPropertyTime(SessionMonitorType.LOCAL);
48 return monitorStore.getAverageDestroyTime(SessionMonitorType.LOCAL);
55 return monitorStore.getAverageLogoutTime(SessionMonitorType.LOCAL);
62 return monitorStore.getAverageRefreshTime(SessionMonitorType.LOCAL);
H A DRemoteSessionsImpl.java30 private final SessionMonitoringStore monitorStore; field in class:RemoteSessionsImpl
32 public RemoteSessionsImpl(SnmpMib myMib, SessionMonitoringStore monitorStore) { argument
34 this.monitorStore = monitorStore;
41 return monitorStore.getAverageSetPropertyTime(SessionMonitorType.REMOTE);
48 return monitorStore.getAverageDestroyTime(SessionMonitorType.REMOTE);
55 return monitorStore.getAverageLogoutTime(SessionMonitorType.REMOTE);
62 return monitorStore.getAverageRefreshTime(SessionMonitorType.REMOTE);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/connections/
H A DMonitoredCTSConnectionFactory.java33 private final CTSConnectionMonitoringStore monitorStore; field in class:MonitoredCTSConnectionFactory
38 monitorStore.addConnection(false);
44 monitorStore.addConnection(true);
52 * @param monitorStore The data structure in which to count connection success/failures
55 CTSConnectionMonitoringStore monitorStore) {
57 this.monitorStore = monitorStore;
75 monitorStore.addConnection(success);
54 MonitoredCTSConnectionFactory(ConnectionFactory<C> connectionFactory, CTSConnectionMonitoringStore monitorStore) argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/connections/
H A DMonitoredCTSConnectionFactory.java33 private final CTSConnectionMonitoringStore monitorStore; field in class:MonitoredCTSConnectionFactory
38 monitorStore.addConnection(false);
44 monitorStore.addConnection(true);
52 * @param monitorStore The data structure in which to count connection success/failures
55 CTSConnectionMonitoringStore monitorStore) {
57 this.monitorStore = monitorStore;
75 monitorStore.addConnection(success);
54 MonitoredCTSConnectionFactory(ConnectionFactory<C> connectionFactory, CTSConnectionMonitoringStore monitorStore) argument
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/impl/
H A DCTSAsyncConnectionModule.java62 private final CTSConnectionMonitoringStore monitorStore; field in class:CTSAsyncConnectionModule.CTSConnectionFactoryProvider
67 CTSConnectionMonitoringStore monitorStore) {
69 this.monitorStore = monitorStore;
75 monitorStore);
66 CTSConnectionFactoryProvider(DataLayerConnectionFactoryCache factoryCache, CTSConnectionMonitoringStore monitorStore) argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/impl/
H A DCTSAsyncConnectionModule.java62 private final CTSConnectionMonitoringStore monitorStore; field in class:CTSAsyncConnectionModule.CTSConnectionFactoryProvider
67 CTSConnectionMonitoringStore monitorStore) {
69 this.monitorStore = monitorStore;
75 monitorStore);
66 CTSConnectionFactoryProvider(DataLayerConnectionFactoryCache factoryCache, CTSConnectionMonitoringStore monitorStore) argument

Completed in 1893 milliseconds