Searched refs:getCurrentHostServer (Results 1 - 16 of 16) 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/
H A DRequests.java73 String hostServer = service.getCurrentHostServer(session.getID());
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionServiceURLService.java126 return getSessionServiceURL(ss.getCurrentHostServer(sid));
H A DSessionCookies.java141 cookieValue = WebtopNaming.getLBCookieValue(sessionService.getCurrentHostServer(sid));
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionServiceURLService.java142 return getSessionServiceURL(servicesClusterMonitorHandler.getCurrentHostServer(sid));
H A DSessionCookies.java156 cookieValue = WebtopNaming.getLBCookieValue(servicesClusterMonitorHandler.getCurrentHostServer(sid));
/forgerock/openam-v13/openam-core/src/test/java/com/iplanet/dpro/session/service/cluster/
H A DMultiServerClusterMonitorTest.java100 String currentHostServer = clusterMonitor.getCurrentHostServer(mockSessionID);
151 String currentHostServer = clusterMonitor.getCurrentHostServer(mockSessionID);
/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/service/cluster/
H A DMultiServerClusterMonitorTest.java85 String currentHostServer = clusterMonitor.getCurrentHostServer(mockSessionID);
133 String currentHostServer = clusterMonitor.getCurrentHostServer(mockSessionID);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionRequestHandler.java306 String hostServerID = sessionService.getCurrentHostServer(sid);
315 String retryHostServerID = sessionService.getCurrentHostServer(sid);
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 48 milliseconds