org.infinispan.commands
Interface TransactionBoundaryCommand

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

public interface TransactionBoundaryCommand
extends VisitableCommand

// TODO: MANIK: Document this

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

Method Summary
 GlobalTransaction getGlobalTransaction()
           
 void setGlobalTransaction(GlobalTransaction gtx)
           
 
Methods inherited from interface org.infinispan.commands.VisitableCommand
acceptVisitor
 
Methods inherited from interface org.infinispan.commands.ReplicableCommand
getCommandId, getParameters, perform, setParameters
 

Method Detail

getGlobalTransaction

GlobalTransaction getGlobalTransaction()

setGlobalTransaction

void setGlobalTransaction(GlobalTransaction gtx)


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