org.infinispan.commands.tx
Interface TransactionBoundaryCommand

All Superinterfaces:
CacheRpcCommand, ReplicableCommand, VisitableCommand
All Known Implementing Classes:
AbstractTransactionBoundaryCommand, CommitCommand, LockControlCommand, PrepareCommand, RollbackCommand

public interface TransactionBoundaryCommand
extends VisitableCommand, CacheRpcCommand

An transaction boundary command that allows the retrieval of an attached GlobalTransaction

Since:
4.0
Author:
Manik Surtani (manik@jboss.org)

Method Summary
 GlobalTransaction getGlobalTransaction()
           
 
Methods inherited from interface org.infinispan.commands.VisitableCommand
acceptVisitor
 
Methods inherited from interface org.infinispan.commands.remote.CacheRpcCommand
getCacheName
 
Methods inherited from interface org.infinispan.commands.ReplicableCommand
getCommandId, getParameters, perform, setParameters
 

Method Detail

getGlobalTransaction

GlobalTransaction getGlobalTransaction()

Google Analytics

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