| Package | Description |
|---|---|
| com.sun.gjc.spi | |
| com.sun.gjc.spi.base | |
| com.sun.gjc.spi.jdbc30 | |
| com.sun.gjc.spi.jdbc40 |
| Modifier and Type | Method and Description |
|---|---|
protected ManagedConnectionImpl |
ManagedConnectionFactoryImpl.constructManagedConnection(PooledConnection pc,
Connection sqlCon,
javax.resource.spi.security.PasswordCredential passCred,
ManagedConnectionFactoryImpl mcf) |
| 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 void |
ManagedConnectionFactoryImpl.setIsolation(ManagedConnectionImpl mc)
Sets the isolation level specified in the
ConnectionRequestInfo
for the ManagedConnection passed. |
protected void |
ManagedConnectionFactoryImpl.validateAndSetIsolation(ManagedConnectionImpl mc)
Common operation performed by all the child MCFs before returning a created mc
|
| Constructor and Description |
|---|
LocalTransactionImpl(ManagedConnectionImpl mc)
Constructor for
LocalTransactionImpl. |
ManagedConnectionMetaDataImpl(ManagedConnectionImpl mc)
Constructor for
ManagedConnectionMetaDataImpl |
XAResourceImpl(XAResource xar,
ManagedConnectionImpl mc)
Constructor for XAResourceImpl
|
| Modifier and Type | Field and Description |
|---|---|
protected ManagedConnectionImpl |
ConnectionHolder.mc |
| Modifier and Type | Method and Description |
|---|---|
ManagedConnectionImpl |
ConnectionHolder.getManagedConnection()
Returns the
ManagedConnection instance responsible
for this connection. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionHolder.associateConnection(Connection con,
ManagedConnectionImpl mc)
Replace the actual
java.sql.Connection object with the one
supplied. |
| Constructor and Description |
|---|
ConnectionHolder(Connection con,
ManagedConnectionImpl mc,
javax.resource.spi.ConnectionRequestInfo cxRequestInfo)
Constructs a Connection holder.
|
| 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 |
|---|
ConnectionHolder30(Connection con,
ManagedConnectionImpl mc,
javax.resource.spi.ConnectionRequestInfo cxRequestInfo)
Connection wrapper given to application program
|
ConnectionWrapper30(Connection con,
ManagedConnectionImpl mc,
javax.resource.spi.ConnectionRequestInfo cxRequestInfo)
Instantiates connection wrapper to wrap JDBC objects.
|
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 |
|---|---|
void |
Jdbc40ObjectsFactory.detectJDBC30Connection(Connection con,
ManagedConnectionImpl mcObject) |
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 |
|---|
ConnectionHolder40(Connection con,
ManagedConnectionImpl mc,
javax.resource.spi.ConnectionRequestInfo cxRequestInfo,
boolean jdbc30Connection)
Connection wrapper given to application program
|
ConnectionWrapper40(Connection con,
ManagedConnectionImpl mc,
javax.resource.spi.ConnectionRequestInfo cxRequestInfo,
boolean jdbc30Connection)
Instantiates connection wrapper to wrap JDBC objects.
|
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.