public class GenericConnectionManager extends AbstractConnectionManager
AbstractConnectionManager.Interceptors| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
interceptors| Constructor and Description |
|---|
GenericConnectionManager() |
GenericConnectionManager(TransactionSupport transactionSupport,
PoolingSupport pooling,
SubjectSource subjectSource,
ConnectionTracker connectionTracker,
RecoverableTransactionManager transactionManager,
javax.resource.spi.ManagedConnectionFactory mcf,
String name,
ClassLoader classLoader) |
allocateConnection, associateConnection, createConnectionFactory, doFail, doRecovery, doStart, doStop, getBlockingTimeoutMilliseconds, getConnectionCount, getConnectionManager, getIdleConnectionCount, getIdleTimeoutMinutes, getManagedConnectionFactory, getPartitionCount, getPartitionMaxSize, getPartitionMinSize, getPooling, inactiveConnectionClosed, setBlockingTimeoutMilliseconds, setIdleTimeoutMinutes, setPartitionMaxSize, setPartitionMinSizepublic GenericConnectionManager()
public GenericConnectionManager(TransactionSupport transactionSupport, PoolingSupport pooling, SubjectSource subjectSource, ConnectionTracker connectionTracker, RecoverableTransactionManager transactionManager, javax.resource.spi.ManagedConnectionFactory mcf, String name, ClassLoader classLoader)
transactionSupport - configuration of transaction supportpooling - configuration of poolingsubjectSource - If not null, use container managed security, getting the Subject from the SubjectSourceconnectionTracker - tracks connections between calls as neededtransactionManager - transaction managermcf - name - nameclassLoader - classloader this component is running in.Copyright © 2023. All rights reserved.