Interface TransactionBoundaryCommand
- All Superinterfaces:
CacheRpcCommand, ReplicableCommand, TopologyAffectedCommand, TracedCommand, VersionAware, 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
-
Nested Class Summary
Nested classes/interfaces inherited from interface VisitableCommand
VisitableCommand.LoadType -
Field Summary
Fields inherited from interface VisitableCommand
log -
Method Summary
Methods inherited from interface CacheRpcCommand
getCacheName, getOrigin, setOriginMethods inherited from interface ReplicableCommand
getCommandId, isReturnValueExpected, isSuccessful, logThrowable, readFrom, supportedSince, writeToMethods inherited from interface TopologyAffectedCommand
getTopologyId, setTopologyIdMethods inherited from interface TracedCommand
getOperationName, getSpanAttributes, setSpanAttributesMethods inherited from interface VisitableCommand
acceptVisitor, init, invokeAsync, loadType
-
Method Details
-
getGlobalTransaction
GlobalTransaction getGlobalTransaction() -
markTransactionAsRemote
void markTransactionAsRemote(boolean remote)
-