public interface TransactionManager
Transaction
lifecycle.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
.AxionException
void commitTransaction(Transaction t) throws AxionException
Transaction
.AxionException
Transaction createTransaction() throws AxionException
Transaction
.AxionException
boolean isShutdown()
shutdown()
.void shutdown() throws AxionException
TransactionManager
.AxionException