public class TotalOrderVersionedCommitCommand extends VersionedCommitCommand
Modifier and Type | Field and Description |
---|---|
static byte |
COMMAND_ID |
Constructor and Description |
---|
TotalOrderVersionedCommitCommand(String cacheName) |
TotalOrderVersionedCommitCommand(String cacheName,
GlobalTransaction gtx) |
Modifier and Type | Method and Description |
---|---|
byte |
getCommandId()
Used by marshallers to convert this command into an id for streaming.
|
protected RemoteTransaction |
getRemoteTransaction() |
getUpdatedVersions, readFrom, setUpdatedVersions, toString, writeTo
acceptVisitor, invalidRemoteTxReturnValue
canBlock, equals, getCacheName, getGlobalTransaction, getOrigin, getTopologyId, hashCode, ignoreCommandOnStatus, init, isReturnValueExpected, markTransactionAsRemote, perform, readsExistingValues, setOrigin, setTopologyId, shouldInvoke, visitRemoteTransaction
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
alwaysReadsExistingValues
getParameters, setParameters
public static final byte COMMAND_ID
public TotalOrderVersionedCommitCommand(String cacheName, GlobalTransaction gtx)
public TotalOrderVersionedCommitCommand(String cacheName)
public byte getCommandId()
ReplicableCommand
getCommandId
in interface ReplicableCommand
getCommandId
in class VersionedCommitCommand
protected RemoteTransaction getRemoteTransaction()
getRemoteTransaction
in class AbstractTransactionBoundaryCommand
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.