Searched defs:connect (Results 1 - 25 of 127) sorted by relevance

123456

/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/connect/
H A DIConnectService.java29 package com.sun.identity.diagnostic.plugin.services.connect;
H A DConnectionConstants.java29 package com.sun.identity.diagnostic.plugin.services.connect;
H A DServerConnectValidation.java29 package com.sun.identity.diagnostic.plugin.services.connect;
107 toolOutWriter.printMessage("cnt-svr-connect-status",
110 toolOutWriter.printMessage("cnt-svr-connect-ssl-fail",
112 toolOutWriter.printMessage("cnt-svr-connect-status",
115 toolOutWriter.printMessage("cnt-svr-connect-status",
H A DServerConnectionService.java32 package com.sun.identity.diagnostic.plugin.services.connect;
141 "/services/connect/config/ServerConnectConfiguration"));
H A DDSConnectValidation.java30 package com.sun.identity.diagnostic.plugin.services.connect;
180 toolOutWriter.printMessage("cnt-svr-connect-status",
183 toolOutWriter.printMessage("cnt-svr-connect-status",
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/log/handlers/syslog/
H A DSyslogTcpPublisher.java56 connect();
59 connect();
63 private void connect() throws IOException { method in class:SyslogTcpPublisher
65 socket.connect(socketAddress, connectTimeout);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/log/handlers/syslog/
H A DSyslogTcpPublisher.java56 connect();
59 connect();
63 private void connect() throws IOException { method in class:SyslogTcpPublisher
65 socket.connect(socketAddress, connectTimeout);
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/snmp/
H A DSNMPSet.java151 * @return 0 if the connect succeeded or 1 if the connect failed
153 public int connect() { method in class:SNMPSet
272 "connect() of SNMPSet catched as expected a " +
276 "connect() of SNMPSet should not catch a " +
283 "connect() of SNMPSet catched an unexpected exception: " +
297 "connect() of SNMPSet: Unknown SNMP version: "
304 "connect() of SNMPSet catched an unexpected exception: " +
311 System.out.println("connect() of SNMPSet succeeded");
313 System.out.println("connect() o
[all...]
H A DSNMPGet.java153 * @return 0 if the connect succeeded or 1 if the connect failed
155 public int connect() { method in class:SNMPGet
277 "connect() of SNMPGet catched as expected a " +
281 "connect() of SNMPGet should not catch a " +
288 "connect() of SNMPGet catched an unexpected exception: " +
303 "connect() of SNMPGet: Unknown SNMP version: " +
310 "connect() of SNMPGet catched an unexpected exception: " +
317 System.out.println("connect() of SNMPGet succeeded");
319 System.out.println("connect() o
[all...]
/forgerock/opendj2/tests/staf-tests/shared/java/snmp/
H A DSNMPSet.java150 * @return 0 if the connect succeeded or 1 if the connect failed
152 public int connect() { method in class:SNMPSet
271 "connect() of SNMPSet catched as expected a " +
275 "connect() of SNMPSet should not catch a " +
282 "connect() of SNMPSet catched an unexpected exception: " +
296 "connect() of SNMPSet: Unknown SNMP version: "
303 "connect() of SNMPSet catched an unexpected exception: " +
310 System.out.println("connect() of SNMPSet succeeded");
312 System.out.println("connect() o
[all...]
H A DSNMPGet.java152 * @return 0 if the connect succeeded or 1 if the connect failed
154 public int connect() { method in class:SNMPGet
276 "connect() of SNMPGet catched as expected a " +
280 "connect() of SNMPGet should not catch a " +
287 "connect() of SNMPGet catched an unexpected exception: " +
302 "connect() of SNMPGet: Unknown SNMP version: " +
309 "connect() of SNMPGet catched an unexpected exception: " +
316 System.out.println("connect() of SNMPGet succeeded");
318 System.out.println("connect() o
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/snmp/
H A DSNMPSet.java151 * @return 0 if the connect succeeded or 1 if the connect failed
153 public int connect() { method in class:SNMPSet
272 "connect() of SNMPSet catched as expected a " +
276 "connect() of SNMPSet should not catch a " +
283 "connect() of SNMPSet catched an unexpected exception: " +
297 "connect() of SNMPSet: Unknown SNMP version: "
304 "connect() of SNMPSet catched an unexpected exception: " +
311 System.out.println("connect() of SNMPSet succeeded");
313 System.out.println("connect() o
[all...]
H A DSNMPGet.java153 * @return 0 if the connect succeeded or 1 if the connect failed
155 public int connect() { method in class:SNMPGet
277 "connect() of SNMPGet catched as expected a " +
281 "connect() of SNMPGet should not catch a " +
288 "connect() of SNMPGet catched an unexpected exception: " +
303 "connect() of SNMPGet: Unknown SNMP version: " +
310 "connect() of SNMPGet catched an unexpected exception: " +
317 System.out.println("connect() of SNMPGet succeeded");
319 System.out.println("connect() o
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/snmp/
H A DSNMPSet.java151 * @return 0 if the connect succeeded or 1 if the connect failed
153 public int connect() { method in class:SNMPSet
272 "connect() of SNMPSet catched as expected a " +
276 "connect() of SNMPSet should not catch a " +
283 "connect() of SNMPSet catched an unexpected exception: " +
297 "connect() of SNMPSet: Unknown SNMP version: "
304 "connect() of SNMPSet catched an unexpected exception: " +
311 System.out.println("connect() of SNMPSet succeeded");
313 System.out.println("connect() o
[all...]
H A DSNMPGet.java153 * @return 0 if the connect succeeded or 1 if the connect failed
155 public int connect() { method in class:SNMPGet
277 "connect() of SNMPGet catched as expected a " +
281 "connect() of SNMPGet should not catch a " +
288 "connect() of SNMPGet catched an unexpected exception: " +
303 "connect() of SNMPGet: Unknown SNMP version: " +
310 "connect() of SNMPGet catched an unexpected exception: " +
317 System.out.println("connect() of SNMPGet succeeded");
319 System.out.println("connect() o
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/java/snmp/
H A DSNMPSet.java150 * @return 0 if the connect succeeded or 1 if the connect failed
152 public int connect() { method in class:SNMPSet
271 "connect() of SNMPSet catched as expected a " +
275 "connect() of SNMPSet should not catch a " +
282 "connect() of SNMPSet catched an unexpected exception: " +
296 "connect() of SNMPSet: Unknown SNMP version: "
303 "connect() of SNMPSet catched an unexpected exception: " +
310 System.out.println("connect() of SNMPSet succeeded");
312 System.out.println("connect() o
[all...]
H A DSNMPGet.java152 * @return 0 if the connect succeeded or 1 if the connect failed
154 public int connect() { method in class:SNMPGet
276 "connect() of SNMPGet catched as expected a " +
280 "connect() of SNMPGet should not catch a " +
287 "connect() of SNMPGet catched an unexpected exception: " +
302 "connect() of SNMPGet: Unknown SNMP version: " +
309 "connect() of SNMPGet catched an unexpected exception: " +
316 System.out.println("connect() of SNMPGet succeeded");
318 System.out.println("connect() o
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DHttpsURLConnection.java62 * @param url identifies the HTTPS server to connect with.
100 * Implements the HTTP protocol handler's "connect" method,
103 public void connect () throws IOException { method in class:HttpsURLConnection
114 super.connect ();
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java69 * the host to connect to.
78 * connect method is called.
127 * equivalent to connect(null).
135 public void connect() throws IOException, SecurityException method in class:OpendsJmxConnector
137 this.connect(null);
141 * Establishes the connection to the connector server. If connect has
143 * no effect. If, however, close() was called after connect, the new
144 * connect will throw an IOException. Otherwise, either connect has never
146 * exception. Then calling connect wil
160 public void connect(Map<String,?> env) throws IOException, SecurityException method in class:OpendsJmxConnector
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java68 * the host to connect to.
77 * connect method is called.
126 * equivalent to connect(null).
134 public void connect() throws IOException, SecurityException method in class:OpendsJmxConnector
136 this.connect(null);
140 * Establishes the connection to the connector server. If connect has
142 * no effect. If, however, close() was called after connect, the new
143 * connect will throw an IOException. Otherwise, either connect has never
145 * exception. Then calling connect wil
159 public void connect(Map<String,?> env) throws IOException, SecurityException method in class:OpendsJmxConnector
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java69 * the host to connect to.
78 * connect method is called.
127 * equivalent to connect(null).
135 public void connect() throws IOException, SecurityException method in class:OpendsJmxConnector
137 this.connect(null);
141 * Establishes the connection to the connector server. If connect has
143 * no effect. If, however, close() was called after connect, the new
144 * connect will throw an IOException. Otherwise, either connect has never
146 * exception. Then calling connect wil
160 public void connect(Map<String,?> env) throws IOException, SecurityException method in class:OpendsJmxConnector
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java69 * the host to connect to.
78 * connect method is called.
127 * equivalent to connect(null).
135 public void connect() throws IOException, SecurityException method in class:OpendsJmxConnector
137 this.connect(null);
141 * Establishes the connection to the connector server. If connect has
143 * no effect. If, however, close() was called after connect, the new
144 * connect will throw an IOException. Otherwise, either connect has never
146 * exception. Then calling connect wil
160 public void connect(Map<String,?> env) throws IOException, SecurityException method in class:OpendsJmxConnector
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java68 * the host to connect to.
77 * connect method is called.
126 * equivalent to connect(null).
134 public void connect() throws IOException, SecurityException method in class:OpendsJmxConnector
136 this.connect(null);
140 * Establishes the connection to the connector server. If connect has
142 * no effect. If, however, close() was called after connect, the new
143 * connect will throw an IOException. Otherwise, either connect has never
145 * exception. Then calling connect wil
159 public void connect(Map<String,?> env) throws IOException, SecurityException method in class:OpendsJmxConnector
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java64 * connect method is called.
102 public void connect() throws IOException, SecurityException method in class:OpendsJmxConnector
104 connect(null);
109 public void connect(Map<String,?> env) throws IOException, SecurityException method in class:OpendsJmxConnector
111 jmxc.connect(env);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DReplicationServerHandler.java157 public void connect(String serviceId, boolean sslEncryption) method in class:ReplicationServerHandler
184 // cross-connect detected.
203 // Simultaneous cross connect.
244 // Simultaneous cross connect.
361 // Simultaneous cross connect.

Completed in 144 milliseconds

123456