| Package | Description |
|---|---|
| javax.transaction |
| Modifier and Type | Method and Description |
|---|---|
void |
UserTransaction.commit()
Commits the transaction
|
void |
TransactionManager.commit()
Commits the transaction
|
void |
Transaction.commit()
Commits the transaction.
|
boolean |
Transaction.enlistResource(XAResource xaRes)
Enlists a resource with the transaction.
|
void |
Transaction.registerSynchronization(Synchronization sync)
Registers a synchronization.
|