Searched defs:connectionStore (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/monitoring/impl/connections/
H A DConnectionStoreTest.java27 private ConnectionStore connectionStore; field in class:ConnectionStoreTest
37 connectionStore = new ConnectionStore(successMonitor, failureMonitor);
47 connectionStore.addConnection(connectionSuccess);
60 connectionStore.getMinimumOperationsPerPeriod(connectionSuccess);
73 connectionStore.getMaximumOperationsPerPeriod(connectionSuccess);
86 connectionStore.getAverageConnectionsPerPeriod(connectionSuccess);
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/monitoring/impl/connections/
H A DConnectionStoreTest.java27 private ConnectionStore connectionStore; field in class:ConnectionStoreTest
37 connectionStore = new ConnectionStore(successMonitor, failureMonitor);
47 connectionStore.addConnection(connectionSuccess);
60 connectionStore.getMinimumOperationsPerPeriod(connectionSuccess);
73 connectionStore.getMaximumOperationsPerPeriod(connectionSuccess);
86 connectionStore.getAverageConnectionsPerPeriod(connectionSuccess);
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/monitoring/
H A DCTSMonitoringStoreImplTest.java48 private ConnectionStore connectionStore; field in class:CTSMonitoringStoreImplTest
57 connectionStore = mock(ConnectionStore.class);
63 connectionStore,
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/monitoring/
H A DCTSMonitoringStoreImplTest.java48 private ConnectionStore connectionStore; field in class:CTSMonitoringStoreImplTest
57 connectionStore = mock(ConnectionStore.class);
63 connectionStore,
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/
H A DCTSMonitoringStoreImpl.java58 private final ConnectionStore connectionStore; field in class:CTSMonitoringStoreImpl
72 final ConnectionStore connectionStore,
78 this.connectionStore = connectionStore;
211 connectionStore.addConnection(success);
216 return connectionStore.getAverageConnectionsPerPeriod(success);
221 return connectionStore.getMinimumOperationsPerPeriod(success);
226 return connectionStore.getMaximumOperationsPerPeriod(success);
231 return connectionStore.getConnectionsCumulativeCount(success);
69 CTSMonitoringStoreImpl(@amedEXECUTOR_BINDING_NAME) final ExecutorService executorService, final TokenOperationsStore tokenOperationsStore, final ReaperMonitor reaperMonitor, final ConnectionStore connectionStore, @Named(CoreTokenConstants.CTS_DEBUG) final Debug debug) argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/
H A DCTSMonitoringStoreImpl.java58 private final ConnectionStore connectionStore; field in class:CTSMonitoringStoreImpl
72 final ConnectionStore connectionStore,
78 this.connectionStore = connectionStore;
211 connectionStore.addConnection(success);
216 return connectionStore.getAverageConnectionsPerPeriod(success);
221 return connectionStore.getMinimumOperationsPerPeriod(success);
226 return connectionStore.getMaximumOperationsPerPeriod(success);
231 return connectionStore.getConnectionsCumulativeCount(success);
69 CTSMonitoringStoreImpl(@amedEXECUTOR_BINDING_NAME) final ExecutorService executorService, final TokenOperationsStore tokenOperationsStore, final ReaperMonitor reaperMonitor, final ConnectionStore connectionStore, @Named(CoreTokenConstants.CTS_DEBUG) final Debug debug) argument

Completed in 45 milliseconds