Uses of Class
org.infinispan.commands.tx.AbstractTransactionBoundaryCommand

Packages that use AbstractTransactionBoundaryCommand
org.infinispan.commands.control Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. 
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
 

Uses of AbstractTransactionBoundaryCommand in org.infinispan.commands.control
 

Subclasses of AbstractTransactionBoundaryCommand in org.infinispan.commands.control
 class LockControlCommand
          LockControlCommand is a command that enables distributed locking across infinispan nodes.
 

Uses of AbstractTransactionBoundaryCommand in org.infinispan.commands.tx
 

Subclasses of AbstractTransactionBoundaryCommand in org.infinispan.commands.tx
 class CommitCommand
          Command corresponding to the 2nd phase of 2PC.
 class PrepareCommand
          Command corresponding to the 1st phase of 2PC.
 class RollbackCommand
          Command corresponding to a transaction rollback.
 


Google Analytics

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