@Deprecated public class PessPutDataMapCommand extends PutDataMapCommand implements ReversibleCommand
PutDataMapCommand which can be rolled back, for use with
pessimistic locking where changes are made directly on the data structures and may need to be reversed.data, erase, ERASE_METHOD_ID, ERASE_VERSIONED_METHOD_ID, log, METHOD_ID, trace, VERSIONED_METHOD_IDdataVersion, globalTransaction, notifierdataContainer, fqn| Constructor and Description |
|---|
PessPutDataMapCommand()
Deprecated.
|
PessPutDataMapCommand(GlobalTransaction globalTransaction,
Fqn fqn,
Map data)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
perform(InvocationContext ctx)
Deprecated.
Adds the provided data map to the data map in the node referenced by the specified Fqn.
|
void |
rollback()
Deprecated.
Reverses a command that has already been invoked.
|
acceptVisitor, equals, getCommandId, getData, getParameters, hashCode, isErase, isVersionedId, setData, setErase, setParameters, toStringgetDataVersion, getGlobalTransaction, initialize, isVersioned, peekVersioned, setDataVersion, setGlobalTransactiongetFqn, initializeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetGlobalTransaction, setGlobalTransactiongetFqnacceptVisitorgetCommandId, getParameters, setParameterspublic PessPutDataMapCommand(GlobalTransaction globalTransaction, Fqn fqn, Map data)
public PessPutDataMapCommand()
public Object perform(InvocationContext ctx)
PutDataMapCommandperform in interface ReplicableCommandperform in class PutDataMapCommandctx - invocation contextpublic void rollback()
ReversibleCommandrollback in interface ReversibleCommandCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.