Uses of Class
com.sun.gjc.spi.ManagedConnectionFactoryImpl
-
Packages that use ManagedConnectionFactoryImpl Package Description com.sun.gjc.spi com.sun.gjc.spi.base com.sun.gjc.spi.jdbc40 -
-
Uses of ManagedConnectionFactoryImpl in com.sun.gjc.spi
Subclasses of ManagedConnectionFactoryImpl in com.sun.gjc.spi Modifier and Type Class Description classCPManagedConnectionFactoryConnection PoolManagedConnectionFactoryimplementation for Generic JDBC Connector.classDMManagedConnectionFactoryDriver ManagerManagedConnectionFactoryimplementation for Generic JDBC Connector.classDSManagedConnectionFactoryData SourceManagedConnectionFactoryimplementation for Generic JDBC Connector.classXAManagedConnectionFactoryXAManagedConnectionFactoryimplementation for Generic JDBC Connector.Methods in com.sun.gjc.spi that return ManagedConnectionFactoryImpl Modifier and Type Method Description ManagedConnectionFactoryImplManagedConnectionImpl. getManagedConnectionFactory()Returns theManagedConnectionFactoryinstance that created thisManagedConnectioninstance.Methods in com.sun.gjc.spi with parameters of type ManagedConnectionFactoryImpl Modifier and Type Method Description protected ManagedConnectionImplManagedConnectionFactoryImpl. constructManagedConnection(PooledConnection pc, Connection sqlCon, jakarta.resource.spi.security.PasswordCredential passCred, ManagedConnectionFactoryImpl mcf)abstract DataSourceJdbcObjectsFactory. getDataSourceInstance(ManagedConnectionFactoryImpl mcfObject, jakarta.resource.spi.ConnectionManager cmObject)Returns a DataSource instance. -
Uses of ManagedConnectionFactoryImpl in com.sun.gjc.spi.base
Fields in com.sun.gjc.spi.base declared as ManagedConnectionFactoryImpl Modifier and Type Field Description protected ManagedConnectionFactoryImplAbstractDataSource. mcfConstructors in com.sun.gjc.spi.base with parameters of type ManagedConnectionFactoryImpl Constructor Description AbstractDataSource(ManagedConnectionFactoryImpl mcf, jakarta.resource.spi.ConnectionManager cm)ConstructsDataSourceobject. -
Uses of ManagedConnectionFactoryImpl in com.sun.gjc.spi.jdbc40
Methods in com.sun.gjc.spi.jdbc40 with parameters of type ManagedConnectionFactoryImpl Modifier and Type Method Description DataSourceJdbc40ObjectsFactory. getDataSourceInstance(ManagedConnectionFactoryImpl mcfObject, jakarta.resource.spi.ConnectionManager cmObject)Returns a DataSource instance for JDBC 4.0Constructors in com.sun.gjc.spi.jdbc40 with parameters of type ManagedConnectionFactoryImpl Constructor Description DataSource40(ManagedConnectionFactoryImpl mcf, jakarta.resource.spi.ConnectionManager cm)ConstructsDataSourceobject.
-