|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
BasicTransaction represents a demarcable, interrogable,
and suspendable transaction, which also serves as a source of
transactional events.CoreTransaction is an implementation of a simple transaction
with two phase commit.abort method of the transaction was invoked and
the transaction is now in the process of aborting.
commit method of the transaction was invoked and
the transaction is now in the process of committing.
TwoPhaseCommitTransaction represents a demarcable, interrogable,
and suspendable transaction, which uses two phase commit, and which also serves
as a source of transactional events.