|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionSorter | |
---|---|
org.tranql.connector | |
org.tranql.connector.jdbc |
Uses of ExceptionSorter in org.tranql.connector |
---|
Classes in org.tranql.connector that implement ExceptionSorter | |
---|---|
class |
AllExceptionsAreFatalSorter
Implementation of a generic @{link ExceptionSorter} that indicates that all Exceptions are fatal. |
class |
NoExceptionsAreFatalSorter
Implementation of a generic @{link ExceptionSorter} that indicates that no Exceptions are fatal. |
Constructors in org.tranql.connector with parameters of type ExceptionSorter | |
---|---|
AbstractManagedConnection(javax.resource.spi.ManagedConnectionFactory mcf,
T physicalConnection,
ExceptionSorter exceptionSorter)
|
Uses of ExceptionSorter in org.tranql.connector.jdbc |
---|
Classes in org.tranql.connector.jdbc that implement ExceptionSorter | |
---|---|
class |
ConfigurableSQLStateExceptionSorter
|
class |
KnownSQLStateExceptionSorter
|
Fields in org.tranql.connector.jdbc declared as ExceptionSorter | |
---|---|
protected ExceptionSorter |
AbstractXADataSourceMCF.exceptionSorter
|
protected ExceptionSorter |
AbstractPooledConnectionDataSourceMCF.exceptionSorter
|
Constructors in org.tranql.connector.jdbc with parameters of type ExceptionSorter | |
---|---|
AbstractLocalDataSourceMCF(T dataSource,
ExceptionSorter exceptionSorter,
boolean commitBeforeAutocommit)
|
|
AbstractPooledConnectionDataSourceMCF(T connectionPoolDataSource,
ExceptionSorter exceptionSorter)
|
|
AbstractXADataSourceMCF(T xaDataSource,
ExceptionSorter exceptionSorter)
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |