public class TotalOrderRollbackCommand extends RollbackCommand
Modifier and Type | Field and Description |
---|---|
static byte |
COMMAND_ID |
Constructor and Description |
---|
TotalOrderRollbackCommand(String cacheName) |
TotalOrderRollbackCommand(String cacheName,
GlobalTransaction globalTransaction) |
Modifier and Type | Method and Description |
---|---|
byte |
getCommandId()
Used by marshallers to convert this command into an id for streaming.
|
protected RemoteTransaction |
getRemoteTransaction() |
acceptVisitor, perform, toString, visitRemoteTransaction
canBlock, equals, getCacheName, getGlobalTransaction, getOrigin, getParameters, getTopologyId, hashCode, ignoreCommandOnStatus, init, invalidRemoteTxReturnValue, isReturnValueExpected, markTransactionAsRemote, setOrigin, setParameters, setTopologyId, shouldInvoke
public static final byte COMMAND_ID
public TotalOrderRollbackCommand(String cacheName, GlobalTransaction globalTransaction)
public TotalOrderRollbackCommand(String cacheName)
public byte getCommandId()
ReplicableCommand
getCommandId
in interface ReplicableCommand
getCommandId
in class RollbackCommand
protected RemoteTransaction getRemoteTransaction()
getRemoteTransaction
in class AbstractTransactionBoundaryCommand
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.