Searched defs:getSiteNodes (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DWebtopNamingSiteUtils.java68 public Set<String> getSiteNodes(Session session) { method in class:WebtopNamingSiteUtils
85 return query.getSiteNodes(siteID);
107 for (String node : getSiteNodes(session)) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DWebtopNamingSiteUtils.java68 public Set<String> getSiteNodes(Session session) { method in class:WebtopNamingSiteUtils
85 return query.getSiteNodes(siteID);
107 for (String node : getSiteNodes(session)) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNamingQuery.java74 * @see WebtopNaming#getSiteNodes(String)
79 public Set<String> getSiteNodes(String siteID) throws Exception { method in class:WebtopNamingQuery
80 return WebtopNaming.getSiteNodes(siteID);
H A DWebtopNaming.java991 public static Set<String> getSiteNodes(String serverid) throws Exception { method in class:WebtopNaming
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNamingQuery.java75 * @see WebtopNaming#getSiteNodes(String)
80 public Set<String> getSiteNodes(String siteID) throws Exception { method in class:WebtopNamingQuery
81 return WebtopNaming.getSiteNodes(siteID);
H A DWebtopNaming.java1071 public static Set<String> getSiteNodes(String serverid) throws Exception { method in class:WebtopNaming

Completed in 50 milliseconds