Package | Description |
---|---|
com.caucho.sql | |
com.caucho.transaction |
Modifier and Type | Method and Description |
---|---|
void |
DBPool.setTransactionManager(TransactionManagerImpl tm)
Set the transaction manager for this pool.
|
Modifier and Type | Method and Description |
---|---|
static TransactionManagerImpl |
TransactionManagerImpl.getInstance()
Returns the local transaction manager.
|
static TransactionManagerImpl |
TransactionManagerImpl.getLocal()
Returns the local transaction manager.
|
Constructor and Description |
---|
TransactionSynchronizationRegistryImpl(TransactionManagerImpl transactionManager) |
UserTransactionImpl(TransactionManagerImpl tm)
Creates the proxy.
|