Searched refs:ClusterMonitor (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/cluster/
H A DClusterMonitor.java29 public interface ClusterMonitor { interface
63 * Signals that the ClusterMonitor instance should shutdown. Once called the instance
H A DSingleServerClusterMonitor.java35 * No-op implementation of ClusterMonitor to be used when session fail-over is not enabled.
39 public class SingleServerClusterMonitor implements ClusterMonitor {
H A DMultiServerClusterMonitor.java58 public class MultiServerClusterMonitor implements ClusterMonitor {
317 * Signals that this ClusterMonitor should be shutdown.
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/cluster/
H A DClusterMonitor.java29 public interface ClusterMonitor { interface
63 * Signals that the ClusterMonitor instance should shutdown. Once called the instance
H A DSingleServerClusterMonitor.java35 * No-op implementation of ClusterMonitor to be used when session fail-over is not enabled.
39 public class SingleServerClusterMonitor implements ClusterMonitor {
H A DMultiServerClusterMonitor.java58 public class MultiServerClusterMonitor implements ClusterMonitor {
302 * Signals that this ClusterMonitor should be shutdown.
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/
H A DServicesClusterMonitorHandler.java30 import com.iplanet.dpro.session.service.cluster.ClusterMonitor;
47 * Reference to the ClusterMonitor instance. When server configuration changes which requires
49 * thread safety around the access to the ClusterMonitor instance.
51 private final AtomicReference<ClusterMonitor> clusterMonitor = new AtomicReference<>();
113 * The ClusterMonitor state depends on whether the system is configured for
115 * and triggers a re-initialisation of the ClusterMonitor as required.
117 * Note, this method also acts as the lazy initialiser for the ClusterMonitor.
122 * @return A non null instance of the current ClusterMonitor.
123 * @throws SessionException If there was an error initialising the ClusterMonitor.
125 private ClusterMonitor getClusterMonito
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionService.java40 import com.iplanet.dpro.session.service.cluster.ClusterMonitor;
171 * Reference to the ClusterMonitor instance. When server configuration changes which requires
173 * thread safety around the access to the ClusterMonitor instance.
175 private AtomicReference<ClusterMonitor> clusterMonitor = new AtomicReference<>();
262 * The ClusterMonitor state depends on whether the system is configured for
264 * and triggers a re-initialisation of the ClusterMonitor as required.
266 * Note, this method also acts as the lazy initialiser for the ClusterMonitor.
271 * @return A non null instance of the current ClusterMonitor.
272 * @throws SessionException If there was an error initialising the ClusterMonitor.
274 private ClusterMonitor getClusterMonito
[all...]

Completed in 65 milliseconds