Searched refs:cxManager (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DManagedConnectionFactory.java69 * @param cxManager ConnectionManager to be associated with
78 public Object createConnectionFactory(ConnectionManager cxManager) argument
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/
H A DManagedConnectionFactory.java140 * @param cxManager <code>ConnectionManager</code> passed by the application server
143 public Object createConnectionFactory(javax.resource.spi.ConnectionManager cxManager) { argument
144 logFine("In createConnectionFactory(javax.resource.spi.ConnectionManager cxManager)");
146 javax.sql.DataSource cf = jdbcObjectsFactory.getDataSourceInstance(this, cxManager);
148 if (cxManager instanceof javax.resource.spi.LazyEnlistableConnectionManager) {
149 cm_ = (javax.resource.spi.LazyEnlistableConnectionManager) cxManager;

Completed in 15 milliseconds