public interface TransactionManager
Transactionlifecycle.| Modifier and Type | Method and Description |
|---|---|
void |
abortTransaction(Transaction t)
Abort the given
Transaction. |
void |
commitTransaction(Transaction t)
Commit the given
Transaction. |
Transaction |
createTransaction()
Create a new
Transaction. |
boolean |
isShutdown()
Return whether or not I've been
shutdown(). |
void |
shutdown()
Shut down this
TransactionManager. |
void abortTransaction(Transaction t) throws AxionException
Transaction.AxionExceptionvoid commitTransaction(Transaction t) throws AxionException
Transaction.AxionExceptionTransaction createTransaction() throws AxionException
Transaction.AxionExceptionboolean isShutdown()
shutdown().void shutdown()
throws AxionException
TransactionManager.AxionException