All Methods Instance Methods Concrete Methods
| 修飾子とタイプ |
メソッドと説明 |
protected String |
buildRomanticExp(Transaction tx,
ConnectionWrapper wrapper) |
void |
checkIn(ConnectionWrapper wrapper) |
protected void |
checkInFreePool(ConnectionWrapper wrapper) |
void |
checkInTx(Transaction tx) |
ConnectionWrapper |
checkOut() |
protected ConnectionWrapper |
checkOutFreePool(Transaction tx) |
void |
close() |
protected Set<ConnectionWrapper> |
createActivePoolSet() |
protected ConnectionWrapper |
createConnection(Transaction tx) |
protected ConnectionWrapper |
createConnectionWrapper(XAConnection xaConnection,
Connection physicalConnection,
ConnectionPool connectionPool,
Transaction tx) |
protected LjtLinkedList |
createFreePoolList() |
protected ConnectionWrapper |
createInheritingConnectionWrapper(ConnectionWrapper wrapper,
Connection pc) |
protected SimpleConnectionPool.SynchronizationImpl |
createSynchronizationImpl(Transaction tx) |
protected LjtTimeoutTarget |
createTimeoutTarget() |
protected ConnectionWrapper |
createTransactionalConnectionWrapper(XAConnection xaConnection,
Connection conn,
Transaction tx) |
protected Map<Transaction,ConnectionWrapper> |
createTxActivePoolMap() |
List<String> |
extractActiveTransactionExpList() |
int |
getActivePoolSize() |
protected ConnectionWrapper |
getConnectionTxActivePool(Transaction tx) |
int |
getFreePoolSize() |
int |
getMaxPoolSize() |
long |
getMaxWait() |
int |
getMinPoolSize() |
int |
getTimeout() |
protected Transaction |
getTransaction() |
int |
getTransactionIsolationLevel() |
TransactionManager |
getTransactionManager() |
int |
getTxActivePoolSize() |
long |
getValidationInterval() |
String |
getValidationQuery() |
XADataSource |
getXADataSource() |
boolean |
isAllowLocalTx() |
protected boolean |
isInternalDebug() |
boolean |
isReadOnly() |
void |
release(ConnectionWrapper wrapper) |
void |
setAllowLocalTx(boolean allowLocalTx) |
protected void |
setConnectionActivePool(ConnectionWrapper connection) |
protected void |
setConnectionTxActivePool(Transaction tx,
ConnectionWrapper wrapper) |
void |
setMaxPoolSize(int maxPoolSize) |
void |
setMaxWait(long maxWait) |
void |
setMinPoolSize(int minPoolSize) |
void |
setReadOnly(boolean readOnly) |
void |
setTimeout(int timeout) |
void |
setTransactionIsolationLevel(int transactionIsolationLevel) |
void |
setTransactionManager(TransactionManager transactionManager) |
void |
setValidationInterval(long validationInterval) |
void |
setValidationQuery(String validationQuery) |
void |
setXADataSource(XADataSource xaDataSource) |
protected void |
throwConnectionPoolShortFreeException() |
protected boolean |
validateConnection(ConnectionWrapper wrapper,
long pooledTime) |