/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/ |
H A D | ConnectionManager.java | 67 ManagedConnection mc = mcf.createManagedConnection(null, info);
|
H A D | DSManagedConnectionFactory.java | 97 public javax.resource.spi.ManagedConnection createManagedConnection(javax.security.auth.Subject subject, method in class:DSManagedConnectionFactory 99 logFine("In createManagedConnection"); 146 "createManagedConnection" + dsConn);
|
H A D | CPManagedConnectionFactory.java | 116 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 D | XAManagedConnectionFactory.java | 98 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 D | DMManagedConnectionFactory.java | 105 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 D | ManagedConnectionFactory.java | 172 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 D | ManagedConnectionFactory.java | 120 public ManagedConnection createManagedConnection( method in interface:ManagedConnectionFactory
|
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/allocator/ |
H A D | ConnectorAllocator.java | 161 mcf.createManagedConnection(subject, reqInfo);
|
H A D | LocalTxConnectorAllocator.java | 87 ManagedConnection mc = mcf.createManagedConnection(subject, reqInfo);
|
H A D | NoTxConnectorAllocator.java | 129 mcf.createManagedConnection(subject, reqInfo);
|
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/recovery/ |
H A D | ConnectorsRecoveryResourceHandler.java | 293 createManagedConnection(subject, null); 314 ManagedConnection mc = mcf.createManagedConnection(subject, null);
|
H A D | JdbcRecoveryResourceHandler.java | 269 ManagedConnection mc = fac.createManagedConnection(subject, null);
|
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/service/ |
H A D | ConnectorConnectionPoolAdminServiceImpl.java | 413 * 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);
|