| Package | Description |
|---|---|
| com.sun.gjc.spi | |
| com.sun.gjc.spi.jdbc30 | |
| com.sun.gjc.spi.jdbc40 |
| Modifier and Type | Field and Description |
|---|---|
protected SQLTraceDelegator |
ManagedConnectionFactoryImpl.sqlTraceDelegator |
| Modifier and Type | Method and Description |
|---|---|
abstract ConnectionHolder |
JdbcObjectsFactory.getConnection(Connection conObject,
ManagedConnectionImpl mcObject,
javax.resource.spi.ConnectionRequestInfo criObject,
boolean statementWrapping,
SQLTraceDelegator sqlTraceDelegator)
To get an instance of ConnectionHolder.
Will return a ConnectionHolder with or without wrapper |
protected Connection |
JdbcObjectsFactory.getProxiedConnection(Object conObject,
Class[] connIntf,
SQLTraceDelegator sqlTraceDelegator) |
protected <T> T |
JdbcObjectsFactory.getProxyObject(Object actualObject,
Class<T>[] ifaces,
SQLTraceDelegator sqlTraceDelegator) |
| Constructor and Description |
|---|
ManagedConnectionImpl(PooledConnection pooledConn,
Connection sqlConn,
javax.resource.spi.security.PasswordCredential passwdCred,
javax.resource.spi.ManagedConnectionFactory mcf,
PoolInfo poolInfo,
int statementCacheSize,
String statementCacheType,
SQLTraceDelegator delegator,
long statementLeakTimeout,
boolean statementLeakReclaim)
Constructor for
ManagedConnectionImpl. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionHolder |
Jdbc30ObjectsFactory.getConnection(Connection conObject,
ManagedConnectionImpl mcObject,
javax.resource.spi.ConnectionRequestInfo criObject,
boolean statementWrapping,
SQLTraceDelegator sqlTraceDelegator)
To get an instance of ConnectionHolder30.
Will return a ConnectionHolder30 with or without wrapper |
| Constructor and Description |
|---|
ProfiledConnectionWrapper30(Connection con,
ManagedConnectionImpl mc,
javax.resource.spi.ConnectionRequestInfo cxRequestInfo,
SQLTraceDelegator delegator)
Instantiates connection wrapper to wrap JDBC objects.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionHolder |
Jdbc40ObjectsFactory.getConnection(Connection conObject,
ManagedConnectionImpl mcObject,
javax.resource.spi.ConnectionRequestInfo criObject,
boolean statementWrapping,
SQLTraceDelegator sqlTraceDelegator)
To get an instance of ConnectionHolder40.
Will return a ConnectionHolder40 with or without wrapper |
| Constructor and Description |
|---|
ProfiledConnectionWrapper40(Connection con,
ManagedConnectionImpl mc,
javax.resource.spi.ConnectionRequestInfo cxRequestInfo,
boolean jdbc30Connection,
SQLTraceDelegator delegator)
Instantiates connection wrapper to wrap JDBC objects.
|
Copyright © 2017. All rights reserved.