Searched defs:ClusterStateServiceFactory (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/cluster/
H A DMultiServerClusterMonitor.java65 private final ClusterStateServiceFactory clusterStateServiceFactory;
82 this(sessionService, sessionDebug, serviceConfig, serverConfig, new ClusterStateServiceFactory());
86 * Chained constructor to allow ClusterStateServiceFactory to be mocked from tests.
94 ClusterStateServiceFactory clusterStateServiceFactory) throws Exception {
296 static class ClusterStateServiceFactory { class in class:MultiServerClusterMonitor
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/cluster/
H A DMultiServerClusterMonitor.java64 private final ClusterStateServiceFactory clusterStateServiceFactory;
79 this(sessionDebug, serviceConfig, serverConfig, new ClusterStateServiceFactory());
83 * Chained constructor to allow ClusterStateServiceFactory to be mocked from tests.
90 ClusterStateServiceFactory clusterStateServiceFactory) throws Exception {
283 static class ClusterStateServiceFactory { class in class:MultiServerClusterMonitor

Completed in 21 milliseconds