Uses of Class
org.tranql.connector.CredentialExtractor

Packages that use CredentialExtractor
org.tranql.connector.jdbc   
 

Uses of CredentialExtractor in org.tranql.connector.jdbc
 

Methods in org.tranql.connector.jdbc with parameters of type CredentialExtractor
protected  Connection JDBCDriverMCF.getPhysicalConnection(Subject subject, CredentialExtractor credentialExtractor)
           
protected  XAConnection AbstractXADataSourceMCF.getPhysicalConnection(Subject subject, CredentialExtractor credentialExtractor)
           
protected  PooledConnection AbstractPooledConnectionDataSourceMCF.getPhysicalConnection(Subject subject, CredentialExtractor credentialExtractor)
           
protected  Connection AbstractLocalDataSourceMCF.getPhysicalConnection(Subject subject, CredentialExtractor credentialExtractor)
           
 

Constructors in org.tranql.connector.jdbc with parameters of type CredentialExtractor
ManagedPooledConnection(javax.resource.spi.ManagedConnectionFactory mcf, PooledConnection pooledConnection, CredentialExtractor credentialExtractor, ExceptionSorter exceptionSorter)
           
ManagedXAConnection(javax.resource.spi.ManagedConnectionFactory mcf, XAConnection xaConnection, CredentialExtractor credentialExtractor, ExceptionSorter exceptionSorter)
           
ManagedXAConnection(javax.resource.spi.ManagedConnectionFactory mcf, XAConnection xaConnection, XAResource xaResource, Connection connection, CredentialExtractor credentialExtractor, ExceptionSorter exceptionSorter)
           
 



Copyright © 2004-2012 Tranql project committers. All Rights Reserved.