|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionManager
Manages the Transaction
lifecycle.
Method Summary | |
---|---|
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 . |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |