Searched defs:getCurrentHostServer (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.java60 String getCurrentHostServer(SessionID sessionId) throws SessionException; method in interface:ClusterMonitor
H A DSingleServerClusterMonitor.java63 public String getCurrentHostServer(SessionID sid) { method in class:SingleServerClusterMonitor
H A DMultiServerClusterMonitor.java135 public String getCurrentHostServer(SessionID sid) throws SessionException { method in class:MultiServerClusterMonitor
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/cluster/
H A DClusterMonitor.java60 String getCurrentHostServer(SessionID sessionId) throws SessionException; method in interface:ClusterMonitor
H A DSingleServerClusterMonitor.java63 public String getCurrentHostServer(SessionID sid) { method in class:SingleServerClusterMonitor
H A DMultiServerClusterMonitor.java126 public String getCurrentHostServer(SessionID sid) throws SessionException { method in class:MultiServerClusterMonitor
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/
H A DServicesClusterMonitorHandler.java78 public String getCurrentHostServer(SessionID sid) throws SessionException { method in class:ServicesClusterMonitorHandler
79 return getClusterMonitor().getCurrentHostServer(sid);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionService.java398 String hostServerID = getCurrentHostServer(sid);
402 hostServerID = getCurrentHostServer(sid);
533 String hostServerID = getCurrentHostServer(sid);
1058 String hostServerID = getCurrentHostServer(rid);
1062 hostServerID = getCurrentHostServer(rid);
1178 public String getCurrentHostServer(SessionID sid) throws SessionException { method in class:SessionService
1180 String serverId = getClusterMonitor().getCurrentHostServer(sid);
1652 // getCurrentHostServer automatically releases local
1656 hostServer = getCurrentHostServer(sid);

Completed in 43 milliseconds