| Package | Description |
|---|---|
| org.codehaus.cargo.container.configuration.entry | |
| org.codehaus.cargo.container.property |
| Modifier and Type | Method and Description |
|---|---|
TransactionSupport |
DataSource.getTransactionSupport()
The transaction support of the underlying connections, if
javax.xml.DataSource. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSource.setTransactionSupport(TransactionSupport transactionSupport) |
| Modifier and Type | Field and Description |
|---|---|
static TransactionSupport |
TransactionSupport.LOCAL_TRANSACTION
Indicates support of container-managed transactions.
|
static TransactionSupport |
TransactionSupport.NO_TRANSACTION
Indicates lack of transaction support.
|
static TransactionSupport |
TransactionSupport.XA_TRANSACTION
Indicates support of distributed transactions using XA protocol.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.