Searched defs:ManagedConnection (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DManagedConnection.java47 /** ManagedConnection instance represents a physical connection
50 * <p>A ManagedConnection instance provides access to a pair of
57 * protocol. The ManagedConnection interface is not directly used
71 public interface ManagedConnection { interface
74 * represented by the ManagedConnection instance. This connection handle
77 * ManagedConnection instance in a resource adapter implementation
80 * <P>The ManagedConnection uses the Subject and additional ConnectionRequest
88 * ManagedConnection instance is of the type
98 * setting state of ManagedConnection
109 * explictly call ManagedConnection
[all...]
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/
H A DManagedConnection.java76 * <code>ManagedConnection</code> implementation for Generic JDBC Connector.
81 public class ManagedConnection implements javax.resource.spi.ManagedConnection, class in inherits:javax.resource.spi.ManagedConnection,javax.resource.spi.LazyEnlistableManagedConnection,javax.resource.spi.DissociatableManagedConnection
137 _logger = LogDomains.getLogger(ManagedConnection.class, LogDomains.RSR_LOGGER);
149 * Constructor for <code>ManagedConnection</code>. The pooledConn parameter is expected
165 * that created this <code>ManagedConnection</code> object
169 public ManagedConnection(PooledConnection pooledConn, java.sql.Connection sqlConn, method in class:ManagedConnection
276 * Adds a connection event listener to the ManagedConnection instance.
287 * connection handle with a <code>ManagedConnection</code> instance.
290 * this <code>ManagedConnection</cod
[all...]

Completed in 13 milliseconds