Searched refs:createManagedConnection (Results 1 - 13 of 13) sorted by relevance

/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/
H A DConnectionManager.java67 ManagedConnection mc = mcf.createManagedConnection(null, info);
H A DDSManagedConnectionFactory.java97 public javax.resource.spi.ManagedConnection createManagedConnection(javax.security.auth.Subject subject, method in class:DSManagedConnectionFactory
99 logFine("In createManagedConnection");
146 "createManagedConnection" + dsConn);
H A DCPManagedConnectionFactory.java116 public javax.resource.spi.ManagedConnection createManagedConnection(javax.security.auth.Subject subject, method in class:CPManagedConnectionFactory
118 logFine("In createManagedConnection");
166 _logger.log(Level.FINEST, "Exception while closing connection : createManagedConnection" + cpConn);
H A DXAManagedConnectionFactory.java98 public javax.resource.spi.ManagedConnection createManagedConnection(javax.security.auth.Subject subject, method in class:XAManagedConnectionFactory
100 logFine("In createManagedConnection");
146 _logger.log(Level.FINEST, "Exception while closing connection : createManagedConnection" + xaConn);
H A DDMManagedConnectionFactory.java105 public javax.resource.spi.ManagedConnection createManagedConnection(javax.security.auth.Subject subject, method in class:DMManagedConnectionFactory
107 logFine("In createManagedConnection");
181 _logger.log(Level.FINEST, "Exception while closing connection : createManagedConnection" + dsConn);
H A DManagedConnectionFactory.java172 public abstract javax.resource.spi.ManagedConnection createManagedConnection method in class:ManagedConnectionFactory
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DManagedConnectionFactory.java120 public ManagedConnection createManagedConnection( method in interface:ManagedConnectionFactory
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/allocator/
H A DConnectorAllocator.java161 mcf.createManagedConnection(subject, reqInfo);
H A DLocalTxConnectorAllocator.java87 ManagedConnection mc = mcf.createManagedConnection(subject, reqInfo);
H A DNoTxConnectorAllocator.java129 mcf.createManagedConnection(subject, reqInfo);
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/recovery/
H A DConnectorsRecoveryResourceHandler.java293 createManagedConnection(subject, null);
314 ManagedConnection mc = mcf.createManagedConnection(subject, null);
H A DJdbcRecoveryResourceHandler.java269 ManagedConnection mc = fac.createManagedConnection(subject, null);
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/service/
H A DConnectorConnectionPoolAdminServiceImpl.java413 * 6. createManagedConnection using above subject<br>
503 mc = mcf.createManagedConnection(defaultSubject, cReqInfo);
601 * 6. createManagedConnection using above subject<br>
697 ManagedConnection mc = mcf.createManagedConnection(defaultSubject, null);

Completed in 34 milliseconds