public interface ClusterMonitor
Modifier and Type | Method and Description |
---|---|
boolean |
checkServerUp(String serverId)
Indicates if the specified server is up.
|
String |
getCurrentHostServer(SessionID sessionId)
Identify the host (aka home or authoritative) server for the provided session.
|
boolean |
isSiteUp(String siteId)
Indicates if the specified site is up.
|
void |
shutdown()
Signals that the ClusterMonitor instance should shutdown.
|
boolean isSiteUp(String siteId)
siteId
- A possibly null Site Id.boolean checkServerUp(String serverId)
serverId
- server idString getCurrentHostServer(SessionID sessionId) throws SessionException
sessionId
- SessionID for which the home server is to be foundSessionException
void shutdown()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.