| パッケージ | 説明 |
|---|---|
| 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() |
protected ConnectionWrapper |
SimpleConnectionPool.checkOutFreePool(Transaction tx) |
protected ConnectionWrapper |
SimpleConnectionPool.createConnection(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) |
protected void |
SimpleConnectionPool.checkInFreePool(ConnectionWrapper wrapper) |
protected ConnectionWrapperImpl |
SimpleConnectionPool.createInheritedConnectionWrapperImpl(ConnectionWrapper wrapper,
Connection pc) |
void |
SimpleConnectionPool.release(ConnectionWrapper connection) |
void |
ConnectionPool.release(ConnectionWrapper connectionWrapper) |
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() |
| コンストラクタと説明 |
|---|
XAResourceWrapperImpl(XAResource physicalXAResource,
ConnectionWrapper connectionWrapper) |
Copyright © 2015 The DBFlute Project. All rights reserved.