Searched refs:ConnectionManager (Results 1 - 19 of 19) sorted by relevance

/glassfish-3.1.2/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/spi/
H A DConnectionManager.java48 public interface ConnectionManager extends javax.resource.spi.ConnectionManager { interface in inherits:javax.resource.spi.ConnectionManager
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc30/src/main/java/com/sun/gjc/spi/jdbc30/
H A DDataSource30.java45 import javax.resource.spi.ConnectionManager;
64 * @param cm <code>ConnectionManager</code> object either associated
67 public DataSource30(ManagedConnectionFactory mcf, ConnectionManager cm) {
H A DJdbc30ObjectsFactory.java94 javax.resource.spi.ConnectionManager cmObject) {
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DConnectionManager.java46 /** <p>ConnectionManager interface provides a hook for the resource adapter to
49 * <p>An application server provides implementation of the ConnectionManager
53 * <p>The ConnectionManager implementation delegates to the application
69 * <p>An implementation class for ConnectionManager interface is
72 * <p>In the non-managed application scenario, the ConnectionManager
74 * a default ConnectionManager implementation) or by application
83 public interface ConnectionManager interface in inherits:java.io.Serializable
89 * the ConnectionManager instance.</p>
H A DManagedConnectionFactory.java65 * instance gets initialized with the passed ConnectionManager. In
66 * the managed scenario, ConnectionManager is provided by the
69 * @param cxManager ConnectionManager to be associated with
78 public Object createConnectionFactory(ConnectionManager cxManager)
83 * instance gets initialized with a default ConnectionManager provided
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/
H A DConnectionManager.java49 * ConnectionManager implementation for Generic JDBC Connector.
54 public class ConnectionManager implements javax.resource.spi.ConnectionManager { class in inherits:javax.resource.spi.ConnectionManager
H A DJdbcObjectsFactory.java98 javax.resource.spi.ConnectionManager cmObject);
H A DManagedConnectionFactory.java126 * Creates a Connection Factory instance. The <code>ConnectionManager</code> implementation
137 * Creates a Connection Factory instance. The <code>ConnectionManager</code> implementation
140 * @param cxManager <code>ConnectionManager</code> passed by the application server
143 public Object createConnectionFactory(javax.resource.spi.ConnectionManager cxManager) {
144 logFine("In createConnectionFactory(javax.resource.spi.ConnectionManager cxManager)");
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/
H A DDataSource.java52 import javax.resource.spi.ConnectionManager;
71 private ConnectionManager cm;
91 * @param cm <code>ConnectionManager</code> object either associated
94 public DataSource(ManagedConnectionFactory mcf, ConnectionManager cm) {
98 this.cm = new com.sun.gjc.spi.ConnectionManager();
189 ((com.sun.appserv.connectors.internal.spi.ConnectionManager)
217 ((com.sun.appserv.connectors.internal.spi.ConnectionManager)
309 if (!((com.sun.appserv.connectors.internal.spi.ConnectionManager) cm).
315 if (!((com.sun.appserv.connectors.internal.spi.ConnectionManager) cm).
317 !((com.sun.appserv.connectors.internal.spi.ConnectionManager) c
[all...]
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/
H A DConnectionManagerFactory.java48 import javax.resource.spi.ConnectionManager;
57 public static ConnectionManager getAvailableConnectionManager(
75 logFine("Creating plain ConnectionManager");
H A DConnectionManagerImpl.java44 import com.sun.appserv.connectors.internal.spi.ConnectionManager;
79 public class ConnectionManagerImpl implements ConnectionManager, Serializable {
H A DConnectorRuntime.java58 import javax.resource.spi.ConnectionManager;
440 * @return ConnectionManager for the pool
443 public ConnectionManager obtainConnectionManager(PoolInfo poolInfo,
446 ConnectionManager mgr = ConnectionManagerFactory.
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/src/main/java/com/sun/gjc/spi/jdbc40/
H A DDataSource40.java49 import javax.resource.spi.ConnectionManager;
73 * @param cm <code>ConnectionManager</code> object either associated
76 public DataSource40(ManagedConnectionFactory mcf, ConnectionManager cm) {
H A DJdbc40ObjectsFactory.java106 javax.resource.spi.ConnectionManager cmObject) {
/glassfish-3.1.2/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/
H A DApplyHttpLbChanges.java48 import org.glassfish.loadbalancer.admin.cli.connection.ConnectionManager;
109 ConnectionManager _connectionManager = null;
130 _connectionManager = new ConnectionManager(lbHost, lbPort, lbProxyHost, lbProxyPort, lbName, isSec);
144 public void publish(ConnectionManager _connectionManager, Domain domain, String lbConfigName) throws IOException,
183 public boolean ping(ConnectionManager _connectionManager) throws IOException {
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/connection/
H A DConnectionManager.java42 * ConnectionManager.java
118 * as a service object typed as a ConnectionManager object, or
120 * ConnectionManager object in your code. If you define the
124 * for example. If you define the ConnectionManager object
126 * define the partitions whose code defines the ConnectionManager
139 * The default settings are specified in one of the ConnectionManager
144 * <H5>Example of Using ConnectionManager without Pooling</H4>
155 * ConnectionManager class, you can have the connection manager
162 * <LI>Define a service object of the class ConnectionManager.
192 * because the ConnectionManager
225 public class ConnectionManager { class
801 public ConnectionManager() { method in class:ConnectionManager
837 public ConnectionManager(String driverName) method in class:ConnectionManager
859 public ConnectionManager(String driverName, String url) method in class:ConnectionManager
881 public ConnectionManager(String driverName, String url, method in class:ConnectionManager
905 public ConnectionManager method in class:ConnectionManager
944 public ConnectionManager method in class:ConnectionManager
1000 public ConnectionManager method in class:ConnectionManager
1058 public ConnectionManager method in class:ConnectionManager
[all...]
H A DConnectionImpl.java115 * The parent ConnectionManager object.
117 ConnectionManager connectionManager;
132 ConnectionManager connMgr) {
337 * Called by ConnectionManager to close old connection when a new free connection
810 * Also informs the parent ConnectionManager to clear its knowledge
/glassfish-3.1.2/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/connection/
H A DConnectionManager.java63 public class ConnectionManager { class
69 /** Creates a new instance of ConnectionManager */
70 public ConnectionManager(String lbHost, String lbPort, String lbProxyHost, method in class:ConnectionManager
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/impl/
H A DConnectionFactoryImpl.java58 import com.sun.jdo.spi.persistence.support.sqlstore.connection.ConnectionManager;
68 // Delegate all connection variables to ConnectionManager:
83 private transient ConnectionManager connectionManager = null;
98 //connectionManager = new ConnectionManager();
159 // Delegate to ConnectionManager: this.driverName = driverName;
195 // Delegate to ConnectionManager: this.URL = URL;
231 // Delegate to ConnectionManager: this.userName = userName;
267 // Delegate to ConnectionManager: this.password = password;
296 // Delegate to ConnectionManager: this.minPool = minPool;
328 // Delegate to ConnectionManager
[all...]

Completed in 131 milliseconds