Class | Description |
---|---|
AbstractTransactionCommand |
Base class for transaction boundary commands that deal with global transactions
|
CommitCommand |
Represents a commit() call, the 2nd part of a 2-phase commit.
|
OptimisticPrepareCommand |
An optimistic version of
PrepareCommand . |
PrepareCommand |
The prepare phase of a 2-phase commit, or the single prepare/commit phase of a single-phase commit.
|
RollbackCommand |
The rollback phase of a 2-phase commit.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.