Searched defs:Connection (Results 1 - 9 of 9) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DConnection.java32 public interface Connection interface
/openjdk7/jdk/src/share/classes/com/sun/pept/transport/
H A DConnection.java27 * $Id: Connection.java,v 1.2 2005/07/23 04:09:58 kohlert Exp $
30 /** Java interface "Connection.java" generated from Poseidon for UML.
46 public interface Connection { interface
91 } // end Connection
/openjdk7/jdk/src/share/classes/com/sun/jdi/connect/spi/
H A DConnection.java33 * <p> A Connection represents a bi-directional communication channel
34 * between a debugger and a target VM. A Connection is created when
38 * JDWP packet transportation service and consequently a Connection
40 * and the target VM. A Connection is stream oriented, that is, the
43 * to a Connection by the target VM are read by the debugger in the
52 * <p> A Connection is safe for access by multiple concurrent threads,
59 public abstract class Connection { class
152 * already initiated a write operation upon this Connection then
/openjdk7/jdk/test/java/nio/channels/AsynchronousSocketChannel/
H A DLeaky.java50 static class Connection { class in class:Leaky
56 Connection(AsynchronousChannelGroup group) throws Exception { method in class:Leaky.Connection
96 Connection[] connections = new Connection[CONNECTION_COUNT];
98 connections[i] = new Connection(group);
103 for (Connection conn: connections) {
108 for (Connection conn: connections) {
113 for (Connection conn: connections) {
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DConnection.java29 public interface Connection { interface
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DConnection.java37 * <p><code>Connection</code> represents a <em>transport</em> in the
42 public interface Connection interface
45 * Used to determine if the <code>Connection</code> should register
60 * Used to determine if the <code>Connection</code> should register
82 * Close the <code>Connection</code>.
93 * that created this <code>Connection</code>.
103 * that created this <code>Connection</code>.
126 * <code>Connection</code>.
128 * @return <code>true</code> if <code>Connection</code> an
130 * created the <code>Connection</cod
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DConnection.java37 public class Connection implements Source.Provider, Link { class in inherits:Source.Provider,Link
52 protected Connection(InputSlot inputSlot, OutputSlot outputSlot) { method in class:Connection
105 return "Connection(" + getFrom().getVertex() + " to " + getTo().getVertex() + ")";
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DConnection.java58 * a Connection. Access to Connection and its methods is only via
60 * SASL needs to access Connection's socket IO streams (in order to do encryption
70 * used by the Connection thread because that usage might contend
73 * Fields that Connection thread uses:
110 public final class Connection implements Runnable { class in inherits:Runnable
158 volatile boolean useable = true; // is Connection still useable
184 Connection(LdapClient parent, String host, int port, String socketFactory, method in class:Connection
206 System.err.println("Connection: opening socket: " + host + "," + port);
311 System.err.println("Connection
[all...]
/openjdk7/jdk/src/share/classes/java/sql/
H A DConnection.java36 * A <code>Connection</code> object's database is able to provide information
41 * <P><B>Note:</B> When configuring a <code>Connection</code>, JDBC applications
42 * should use the appropriate <code>Connection</code> method such as
45 * configuration when there is a JDBC method available. By default a <code>Connection</code> object is in
51 * A new <code>Connection</code> object created using the JDBC 2.1 core API
70 * The code fragment retrieves the type map for the <code>Connection
84 public interface Connection extends Wrapper, AutoCloseable { interface in inherits:Wrapper,AutoCloseable
225 * Retrieves the current auto-commit mode for this <code>Connection</code>
228 * @return the current state of this <code>Connection</code> object's
239 * currently held by this <code>Connection</cod
[all...]

Completed in 56 milliseconds