Searched defs:getPreferredConnections (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java158 public static Set<PreferredConnection> getPreferredConnections( method in class:PreferredConnection
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java158 public static LinkedHashSet<PreferredConnection> getPreferredConnections( method in class:PreferredConnection
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java158 public static LinkedHashSet<PreferredConnection> getPreferredConnections( method in class:PreferredConnection
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java158 public static Set<PreferredConnection> getPreferredConnections( method in class:PreferredConnection
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java158 public static LinkedHashSet<PreferredConnection> getPreferredConnections( method in class:PreferredConnection
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DPreferredConnection.java141 public static Set<PreferredConnection> getPreferredConnections( method in class:PreferredConnection
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DTopologyCache.java302 public LinkedHashSet<PreferredConnection> getPreferredConnections() method in class:TopologyCache
391 getPreferredConnections(), getFilter());
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DTopologyCache.java317 public LinkedHashSet<PreferredConnection> getPreferredConnections() method in class:TopologyCache
406 getPreferredConnections(), getFilter());
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DTopologyCache.java317 public LinkedHashSet<PreferredConnection> getPreferredConnections() method in class:TopologyCache
406 getPreferredConnections(), getFilter());
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DTopologyCache.java302 public LinkedHashSet<PreferredConnection> getPreferredConnections() method in class:TopologyCache
391 getPreferredConnections(), getFilter());
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DTopologyCache.java317 public LinkedHashSet<PreferredConnection> getPreferredConnections() method in class:TopologyCache
406 getPreferredConnections(), getFilter());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DTopologyCache.java312 public LinkedHashSet<PreferredConnection> getPreferredConnections() method in class:TopologyCache
397 getPreferredConnections(), getFilter());
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1629 getPreferredConnections());
2004 getPreferredConnections());
2382 getPreferredConnections());
2467 getPreferredConnections());
2871 private LinkedHashSet<PreferredConnection> getPreferredConnections() method in class:Installer
4139 // We cannot use getPreferredConnections since the user data has not been
4907 for (PreferredConnection connection : getPreferredConnections())
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1692 getPreferredConnections());
2076 getPreferredConnections());
2454 getPreferredConnections());
2539 getPreferredConnections());
2945 private LinkedHashSet<PreferredConnection> getPreferredConnections() method in class:Installer
4251 // We cannot use getPreferredConnections since the user data has not been
5019 for (PreferredConnection connection : getPreferredConnections())
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1692 getPreferredConnections());
2076 getPreferredConnections());
2454 getPreferredConnections());
2539 getPreferredConnections());
2945 private LinkedHashSet<PreferredConnection> getPreferredConnections() method in class:Installer
4251 // We cannot use getPreferredConnections since the user data has not been
5019 for (PreferredConnection connection : getPreferredConnections())
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1629 getPreferredConnections());
2004 getPreferredConnections());
2382 getPreferredConnections());
2467 getPreferredConnections());
2871 private LinkedHashSet<PreferredConnection> getPreferredConnections() method in class:Installer
4139 // We cannot use getPreferredConnections since the user data has not been
4907 for (PreferredConnection connection : getPreferredConnections())
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1746 getPreferredConnections());
2130 getPreferredConnections());
2506 getPreferredConnections());
2591 getPreferredConnections());
2997 private LinkedHashSet<PreferredConnection> getPreferredConnections() method in class:Installer
4303 // We cannot use getPreferredConnections since the user data has not been
5071 for (PreferredConnection connection : getPreferredConnections())
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstaller.java1490 ctx = getRemoteConnection(server, getTrustManager(), getPreferredConnections());
1817 ctx = getRemoteConnection(server, getTrustManager(), getPreferredConnections());
2143 rCtx = getRemoteConnection(server, getTrustManager(), getPreferredConnections());
2219 rCtx = getRemoteConnection(server, getTrustManager(), getPreferredConnections());
2605 private Set<PreferredConnection> getPreferredConnections() method in class:Installer
3669 // We cannot use getPreferredConnections since the user data has not been
4373 for (PreferredConnection connection : getPreferredConnections())

Completed in 294 milliseconds