Package | Description |
---|---|
com.caucho.amber.manager | |
com.caucho.ejb.util | |
com.caucho.jca.ra | |
com.caucho.transaction | |
javax.transaction |
Modifier and Type | Method and Description |
---|---|
void |
AmberConnection.begin(Transaction xa)
Callback when the user transaction begins
|
Modifier and Type | Method and Description |
---|---|
Transaction |
XAManager.beginNotSupported()
Begins a not-supported transaction, i.e.
|
Transaction |
XAManager.beginRequired()
Begins a required transaction.
|
Transaction |
XAManager.beginRequiresNew()
Begins a requires-new transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
XAManager.endRequiresNew(Transaction parent)
Begins a requires-new transaction.
|
void |
XAManager.resume(Transaction xa)
Resumes transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
BeginResource.begin(Transaction xa)
Callback when the transaction starts.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionImpl
Implementation of the transaction.
|
Modifier and Type | Method and Description |
---|---|
Transaction |
UserTransactionProxy.getTransaction()
Returns the current transaction.
|
Transaction |
TransactionManagerImpl.suspend()
Suspend the transaction.
|
Transaction |
UserTransactionProxy.suspend()
Suspends the transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionManagerImpl.resume(Transaction tobj)
Resume the transaction.
|
void |
UserTransactionProxy.resume(Transaction transaction)
Resume a transaction.
|
Modifier and Type | Method and Description |
---|---|
Transaction |
TransactionManager.getTransaction()
Returns the current transaction.
|
Transaction |
TransactionManager.suspend()
Suspends the transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionManager.resume(Transaction transaction)
Resume a transaction.
|