org.infinispan.commands.tx
Interface TransactionBoundaryCommand

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

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), Mircea.Markus@jboss.com

Method Summary
 GlobalTransaction getGlobalTransaction()
           
 void markTransactionAsRemote(boolean remote)
           
 
Methods inherited from interface org.infinispan.commands.VisitableCommand
acceptVisitor, ignoreCommandOnStatus, shouldInvoke
 
Methods inherited from interface org.infinispan.commands.remote.CacheRpcCommand
getCacheName, getOrigin, setOrigin
 
Methods inherited from interface org.infinispan.commands.ReplicableCommand
getCommandId, getParameters, isReturnValueExpected, perform, setParameters
 

Method Detail

getGlobalTransaction

GlobalTransaction getGlobalTransaction()

markTransactionAsRemote

void markTransactionAsRemote(boolean remote)

-->

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