Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.commands.tx
Interface TransactionBoundaryCommand

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

public interface TransactionBoundaryCommand
extends VisitableCommand, CacheRpcCommand, TopologyAffectedCommand

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.TopologyAffectedCommand
getTopologyId, setTopologyId
 
Methods inherited from interface org.infinispan.commands.ReplicableCommand
getCommandId, getParameters, isReturnValueExpected, perform, setParameters
 

Method Detail

getGlobalTransaction

GlobalTransaction getGlobalTransaction()

markTransactionAsRemote

void markTransactionAsRemote(boolean remote)

Infinispan Distribution 5.2.6.Final-redhat-2

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