| パッケージ | 説明 |
|---|---|
| org.lastaflute.jta.dbcp | |
| org.lastaflute.jta.dbcp.impl |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected ConnectionWrapper |
SimpleConnectionPool.FreeItem.connectionWrapper_ |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Set<ConnectionWrapper> |
SimpleConnectionPool.activePool |
protected Map<Transaction,ConnectionWrapper> |
SimpleConnectionPool.txActivePool |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ConnectionWrapper |
SimpleConnectionPool.checkOut() |
ConnectionWrapper |
ConnectionPool.checkOut()
Check out connection, may be on transaction.
|
protected ConnectionWrapper |
SimpleConnectionPool.checkOutFreePool(Transaction tx) |
protected ConnectionWrapper |
SimpleConnectionPool.createConnection(Transaction tx) |
protected ConnectionWrapper |
SimpleConnectionPool.createConnectionWrapper(XAConnection xaConnection,
Connection physicalConnection,
ConnectionPool connectionPool,
Transaction tx) |
protected ConnectionWrapper |
SimpleConnectionPool.createInheritingConnectionWrapper(ConnectionWrapper wrapper,
Connection pc) |
protected ConnectionWrapper |
SimpleConnectionPool.createTransactionalConnectionWrapper(XAConnection xaConnection,
Connection conn,
Transaction tx) |
ConnectionWrapper |
SimpleConnectionPool.FreeItem.getConnection() |
protected ConnectionWrapper |
SimpleConnectionPool.getConnectionTxActivePool(Transaction tx) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Set<ConnectionWrapper> |
SimpleConnectionPool.createActivePoolSet() |
protected Map<Transaction,ConnectionWrapper> |
SimpleConnectionPool.createTxActivePoolMap() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected String |
SimpleConnectionPool.buildRomanticExp(Transaction tx,
ConnectionWrapper wrapper) |
void |
SimpleConnectionPool.checkIn(ConnectionWrapper wrapper) |
void |
ConnectionPool.checkIn(ConnectionWrapper connectionWrapper)
Check in checked-out connection without transaction.
|
protected void |
SimpleConnectionPool.checkInFreePool(ConnectionWrapper wrapper) |
protected ConnectionWrapper |
SimpleConnectionPool.createInheritingConnectionWrapper(ConnectionWrapper wrapper,
Connection pc) |
protected void |
SimpleConnectionPool.executeValidationQuery(ConnectionWrapper wrapper) |
void |
ConnectionWrapper.inheritHistory(ConnectionWrapper wrapper) |
void |
SimpleConnectionPool.release(ConnectionWrapper wrapper) |
void |
ConnectionPool.release(ConnectionWrapper connectionWrapper)
Release connection from this connection pool.
|
protected void |
SimpleConnectionPool.setConnectionActivePool(ConnectionWrapper connection) |
protected void |
SimpleConnectionPool.setConnectionTxActivePool(Transaction tx,
ConnectionWrapper wrapper) |
protected boolean |
SimpleConnectionPool.validateConnection(ConnectionWrapper wrapper,
long pooledTime) |
| コンストラクタと説明 |
|---|
FreeItem(ConnectionWrapper connectionWrapper) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
ConnectionWrapperImpl |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected ConnectionWrapper |
XAResourceWrapperImpl.connectionWrapper |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ConnectionWrapper |
XAResourceWrapperImpl.getConnectionWrapper() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ConnectionWrapperImpl.inheritHistory(ConnectionWrapper wrapper) |
| コンストラクタと説明 |
|---|
XAResourceWrapperImpl(XAResource physicalXAResource,
ConnectionWrapper connectionWrapper) |
Copyright © 2015–2018 The DBFlute Project. All rights reserved.