Searched defs:connect (Results 26 - 50 of 112) sorted by relevance

12345

/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DAdaptDatagramSocket.java92 boolean connect)
109 if (connect) {
110 ds.connect(dst);
111 out.println("connect: " + ds);
90 test(InetSocketAddress dst, int timeout, boolean shouldTimeout, boolean connect) argument
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DSocketInheritance.java66 // connect to the given port
67 static SocketChannel connect(int port) throws IOException { method in class:SocketInheritance
77 connect(port).close();
103 SocketChannel sc1 = connect(port);
119 // wait for child to connect
/openjdk7/jdk/src/share/demo/management/FullThreadDump/
H A DFullThreadDump.java59 // Create an RMI connector client and connect it to
62 connect(urlPath);
81 private void connect(String urlPath) { method in class:FullThreadDump
84 this.jmxc = JMXConnectorFactory.connect(url);
/openjdk7/jdk/src/share/demo/management/VerboseGC/
H A DVerboseGC.java59 // Create an RMI connector client and connect it to
62 connect(urlPath);
85 private void connect(String urlPath) { method in class:VerboseGC
88 this.jmxc = JMXConnectorFactory.connect(url);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/gopher/
H A DHandler.java84 public void connect() throws IOException { method in class:GopherURLConnection
96 permission = new SocketPermission(host, "connect");
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/
H A DPortableRemoteObject.java70 * The connect method makes a Remote object ready for remote communication.
256 * {@link Stub#connect} method for more information.
257 * @param target the object to connect.
263 public void connect (Remote target, Remote source) method in class:PortableRemoteObject
316 // connect a JRMP object. If so, it is an error because
330 // And, finally, connect it up...
352 StubAdapter.connect( target, orb ) ;
/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXConnector.java42 * #connect connect} method must be called before it can be used.
44 * JMXConnectorFactory#connect(JMXServiceURL, Map)
45 * JMXConnectorFactory.connect} are already connected.</p>
62 * method is equivalent to {@link #connect(Map)
63 * connect(null)}.</p>
71 public void connect() throws IOException; method in interface:JMXConnector
76 * <p>If <code>connect</code> has already been called successfully
78 * {@link #close} was called after <code>connect</code>, the new
79 * <code>connect</cod
97 public void connect(Map<String,?> env) throws IOException; method in interface:JMXConnector
[all...]
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DTerminalImpl.java59 public synchronized Card connect(String protocol) throws CardException { method in class:TerminalImpl
62 sm.checkPermission(new CardPermission(name, "connect"));
70 throw new CardException("Cannot connect using " + protocol
84 throw new CardException("connect() failed", e);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DStubDelegateImpl.java169 * {@link javax.rmi.PortableRemoteObject#connect}.
170 * @param orb the ORB to connect to.
174 public void connect(javax.rmi.CORBA.Stub self, ORB orb) method in class:StubDelegateImpl
177 ior = StubConnectImpl.connect( ior, self, self, orb ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/toa/
H A DTOAImpl.java60 * server support (i.e. the ORB.connect() method)
174 public void connect( org.omg.CORBA.Object objref) method in class:TOAImpl
188 // XXX handle the case of an attempt to connect a local object.
202 "TOAImpl.connect can not be called on " + lcs ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DDynamicStubImpl.java109 public void connect( ORB orb ) throws RemoteException method in class:DynamicStubImpl
111 ior = StubConnectImpl.connect( ior, self, this, orb ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DStubAdapter.java173 public static void connect( Object stub, method in class:StubAdapter
177 ((DynamicStub)stub).connect(
180 ((javax.rmi.CORBA.Stub)stub).connect( orb ) ;
182 orb.connect( (org.omg.CORBA.Object)stub ) ;
H A DStubWrapper.java79 public void connect( ORB orb ) throws RemoteException method in class:StubWrapper
81 StubAdapter.connect( object, (com.sun.corba.se.spi.orb.ORB)orb ) ;
/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DStub.java142 * {@link javax.rmi.PortableRemoteObject#connect}.
143 * @param orb the ORB to connect to.
147 public void connect(ORB orb) throws RemoteException { method in class:Stub
154 stubDelegate.connect(this, orb);
/openjdk7/corba/src/share/classes/javax/rmi/
H A DPortableRemoteObject.java58 * The connect method makes a Remote object ready for remote communication.
164 * {@link javax.rmi.CORBA.Stub#connect} method for more information.
165 * @param target the object to connect.
171 public static void connect (Remote target, Remote source) method in class:PortableRemoteObject
175 proDelegate.connect(target, source);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCLHSDB.java171 System.err.println("Unable to connect to process ID " + pid + ":\n\n" + errMsg);
203 private void connect(final String remoteMachineName) { method in class:CLHSDB
212 System.err.println("Unable to connect to machine \"" + remoteMachineName + "\":\n\n" + errMsg);
/openjdk7/jdk/src/share/classes/java/io/
H A DPipedInputStream.java102 * @param src the stream to connect to.
117 * @param src the stream to connect to.
126 connect(src);
131 * that it is not yet {@linkplain #connect(java.io.PipedOutputStream)
133 * It must be {@linkplain java.io.PipedOutputStream#connect(
143 * {@linkplain #connect(java.io.PipedOutputStream) connected} and
145 * It must be {@linkplain java.io.PipedOutputStream#connect(
176 * <pre><code>snk.connect(src)</code> </pre>
180 * <pre><code>src.connect(snk)</code> </pre>
185 * @param src The piped output stream to connect t
188 public void connect(PipedOutputStream src) throws IOException { method in class:PipedInputStream
[all...]
H A DPipedReader.java78 * @param src the stream to connect to.
91 * @param src the stream to connect to.
99 connect(src);
105 * that it is not yet {@linkplain #connect(java.io.PipedWriter)
106 * connected}. It must be {@linkplain java.io.PipedWriter#connect(
116 * {@link #connect(java.io.PipedWriter) connected} and uses
118 * It must be {@linkplain java.io.PipedWriter#connect(
149 * <pre><code>snk.connect(src)</code> </pre>
153 * <pre><code>src.connect(snk)</code> </pre>
158 * @param src The piped writer to connect t
161 public void connect(PipedWriter src) throws IOException { method in class:PipedReader
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jdi/connect/
H A DConnector.java26 package com.sun.jdi.connect;
/openjdk7/jdk/src/share/classes/com/sun/jdi/connect/spi/
H A DTransportService.java26 package com.sun.jdi.connect.spi;
29 import com.sun.jdi.connect.TransportTimeoutException;
38 * used by a {@link com.sun.jdi.connect.Transport} for
125 * timeout while waiting for a target VM to connect.
129 * a target VM to connect.
329 * for the target VM to connect.
332 * for a target VM to connect.
356 * to connect.
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DIIOPProxy.java67 void connect(Object stub, Object orb) throws RemoteException; method in interface:IIOPProxy
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetReader.java105 * its <code>connect</code> method to make
107 * of the rowset's properties have been set, the <code>connect</code>
157 con = this.connect(caller);
304 public Connection connect(RowSetInternal caller) throws SQLException { method in class:CachedRowSetReader
334 SQLException sqlEx = new SQLException(resBundle.handleGetObject("crsreader.connect").toString());
/openjdk7/jdk/test/java/net/Socket/
H A DOldSocketImpl.java45 protected void connect(String host, int port) throws IOException { } method in class:OldSocketImpl
47 protected void connect(InetAddress address, int port) throws IOException { } method in class:OldSocketImpl
50 // protected void connect(SocketAddress address, int timeout) throws IOException { }
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/mailto/
H A DMailToURLConnection.java85 public void connect() throws IOException { method in class:MailToURLConnection
97 connect();
110 connect();
112 permission = new SocketPermission(host, "connect");
/openjdk7/jdk/src/share/classes/java/net/
H A DDatagramSocketImpl.java82 * system connect.
89 * @param address the remote InetAddress to connect to
95 protected void connect(InetAddress address, int port) throws SocketException {} method in class:DatagramSocketImpl

Completed in 139 milliseconds

12345