|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void abortTransaction(Transaction t) throws AxionException
Transaction
.
AxionException
public void commitTransaction(Transaction t) throws AxionException
Transaction
.
AxionException
public Transaction createTransaction() throws AxionException
Transaction
.
AxionException
public boolean isShutdown()
shutdown()
.
public void shutdown() throws AxionException
TransactionManager
.
AxionException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |