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

/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java39 public class PreferredConnection class
63 * The constructor of the PreferredConnection.
68 public PreferredConnection(String ldapUrl, Type type) method in class:PreferredConnection
109 (o instanceof PreferredConnection))
111 PreferredConnection p = (PreferredConnection)o;
125 * Commodity method that returns a PreferredConnection object with the
130 public static PreferredConnection getPreferredConnection(
134 PreferredConnection.Type type;
137 type = PreferredConnection
[all...]
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java38 public class PreferredConnection class
62 * The constructor of the PreferredConnection.
67 public PreferredConnection(String ldapUrl, Type type) method in class:PreferredConnection
108 (o instanceof PreferredConnection))
110 PreferredConnection p = (PreferredConnection)o;
124 * Commodity method that returns a PreferredConnection object with the
129 public static PreferredConnection getPreferredConnection(
133 PreferredConnection.Type type;
136 type = PreferredConnection
[all...]
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java38 public class PreferredConnection class
62 * The constructor of the PreferredConnection.
67 public PreferredConnection(String ldapUrl, Type type) method in class:PreferredConnection
108 (o instanceof PreferredConnection))
110 PreferredConnection p = (PreferredConnection)o;
124 * Commodity method that returns a PreferredConnection object with the
129 public static PreferredConnection getPreferredConnection(
133 PreferredConnection.Type type;
136 type = PreferredConnection
[all...]
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java39 public class PreferredConnection class
63 * The constructor of the PreferredConnection.
68 public PreferredConnection(String ldapUrl, Type type) method in class:PreferredConnection
109 (o instanceof PreferredConnection))
111 PreferredConnection p = (PreferredConnection)o;
125 * Commodity method that returns a PreferredConnection object with the
130 public static PreferredConnection getPreferredConnection(
134 PreferredConnection.Type type;
137 type = PreferredConnection
[all...]
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java38 public class PreferredConnection class
62 * The constructor of the PreferredConnection.
67 public PreferredConnection(String ldapUrl, Type type) method in class:PreferredConnection
108 (o instanceof PreferredConnection))
110 PreferredConnection p = (PreferredConnection)o;
124 * Commodity method that returns a PreferredConnection object with the
129 public static PreferredConnection getPreferredConnection(
133 PreferredConnection.Type type;
136 type = PreferredConnection
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DPreferredConnection.java38 public class PreferredConnection class
55 * The constructor of the PreferredConnection.
60 public PreferredConnection(String ldapUrl, Type type) method in class:PreferredConnection
97 if (o instanceof PreferredConnection)
99 PreferredConnection p = (PreferredConnection)o;
108 * Commodity method that returns a PreferredConnection object with the
113 public static PreferredConnection getPreferredConnection(
117 PreferredConnection.Type type;
120 type = PreferredConnection
[all...]

Completed in 49 milliseconds