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

// TODO: MANIK: Document this

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.ReplicableCommand
getCommandId, getParameters, perform, setParameters
 
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()


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