Uses of Class
org.jboss.cache.commands.tx.AbstractTransactionCommand

Packages that use AbstractTransactionCommand
org.jboss.cache.commands.tx   
 

Uses of AbstractTransactionCommand in org.jboss.cache.commands.tx
 

Subclasses of AbstractTransactionCommand in org.jboss.cache.commands.tx
 class CommitCommand
          Represents a commit() call, the 2nd part of a 2-phase commit.
 class OptimisticPrepareCommand
          An optimistic version of PrepareCommand.
 class PrepareCommand
          The prepare phase of a 2-phase commit, or the single prepare/commit phase of a single-phase commit.
 class RollbackCommand
          The rollback phase of a 2-phase commit.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.