Uses of Class
com.sun.gjc.spi.ManagedConnectionImpl
-
Packages that use ManagedConnectionImpl Package Description com.sun.gjc.spi com.sun.gjc.spi.base com.sun.gjc.spi.jdbc40 -
-
Uses of ManagedConnectionImpl in com.sun.gjc.spi
Methods in com.sun.gjc.spi that return ManagedConnectionImpl Modifier and Type Method Description protected ManagedConnectionImplManagedConnectionFactoryImpl. constructManagedConnection(PooledConnection pc, Connection sqlCon, jakarta.resource.spi.security.PasswordCredential passCred, ManagedConnectionFactoryImpl mcf)Methods in com.sun.gjc.spi with parameters of type ManagedConnectionImpl Modifier and Type Method Description abstract ConnectionHolderJdbcObjectsFactory. getConnection(Connection conObject, ManagedConnectionImpl mcObject, jakarta.resource.spi.ConnectionRequestInfo criObject, boolean statementWrapping, SQLTraceDelegator sqlTraceDelegator)To get an instance of ConnectionHolder.
Will return a ConnectionHolder with or without wrapperprotected voidManagedConnectionFactoryImpl. setIsolation(ManagedConnectionImpl mc)Sets the isolation level specified in theConnectionRequestInfofor theManagedConnectionpassed.protected voidManagedConnectionFactoryImpl. validateAndSetIsolation(ManagedConnectionImpl mc)Common operation performed by all the child MCFs before returning a created mcConstructors in com.sun.gjc.spi with parameters of type ManagedConnectionImpl Constructor Description LocalTransactionImpl(ManagedConnectionImpl mc)Constructor forLocalTransactionImpl.ManagedConnectionMetaDataImpl(ManagedConnectionImpl mc)Constructor forManagedConnectionMetaDataImplXAResourceImpl(XAResource xar, ManagedConnectionImpl mc)Constructor for XAResourceImpl -
Uses of ManagedConnectionImpl in com.sun.gjc.spi.base
Fields in com.sun.gjc.spi.base declared as ManagedConnectionImpl Modifier and Type Field Description protected ManagedConnectionImplConnectionHolder. mcMethods in com.sun.gjc.spi.base that return ManagedConnectionImpl Modifier and Type Method Description ManagedConnectionImplConnectionHolder. getManagedConnection()Returns theManagedConnectioninstance responsible for this connection.Methods in com.sun.gjc.spi.base with parameters of type ManagedConnectionImpl Modifier and Type Method Description voidConnectionHolder. associateConnection(Connection con, ManagedConnectionImpl mc)Replace the actualjava.sql.Connectionobject with the one supplied.Constructors in com.sun.gjc.spi.base with parameters of type ManagedConnectionImpl Constructor Description ConnectionHolder(Connection con, ManagedConnectionImpl mc, jakarta.resource.spi.ConnectionRequestInfo cxRequestInfo)Constructs a Connection holder. -
Uses of ManagedConnectionImpl in com.sun.gjc.spi.jdbc40
Methods in com.sun.gjc.spi.jdbc40 with parameters of type ManagedConnectionImpl Modifier and Type Method Description ConnectionHolderJdbc40ObjectsFactory. getConnection(Connection conObject, ManagedConnectionImpl mcObject, jakarta.resource.spi.ConnectionRequestInfo criObject, boolean statementWrapping, SQLTraceDelegator sqlTraceDelegator)To get an instance of ConnectionHolder40.
Will return a ConnectionHolder40 with or without wrapperConstructors in com.sun.gjc.spi.jdbc40 with parameters of type ManagedConnectionImpl Constructor Description ConnectionHolder40(Connection con, ManagedConnectionImpl mc, jakarta.resource.spi.ConnectionRequestInfo cxRequestInfo)Connection wrapper given to application programConnectionWrapper40(Connection con, ManagedConnectionImpl mc, jakarta.resource.spi.ConnectionRequestInfo cxRequestInfo)Instantiates connection wrapper to wrap JDBC objects.ProfiledConnectionWrapper40(Connection con, ManagedConnectionImpl mc, jakarta.resource.spi.ConnectionRequestInfo cxRequestInfo, SQLTraceDelegator delegator)Instantiates connection wrapper to wrap JDBC objects.
-