public abstract class AbstractDataWriteCommand extends AbstractDataCommand implements DataWriteCommand
keyflags| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDataWriteCommand() |
protected |
AbstractDataWriteCommand(Object key,
Set<Flag> flags) |
| Modifier and Type | Method and Description |
|---|---|
Set<Object> |
getAffectedKeys() |
boolean |
isReturnValueExpected()
If true, a return value will be provided when performed remotely.
|
equals, getKey, getParameters, hashCode, ignoreCommandOnStatus, setKey, setParameters, shouldInvoke, toStringgetFlags, hasFlag, setFlagsclone, finalize, getClass, notify, notifyAll, wait, wait, waitisConditional, isSuccessfulgetFlags, hasFlag, setFlagsgetKeyacceptVisitor, ignoreCommandOnStatus, shouldInvokegetCommandId, getParameters, perform, setParameterspublic Set<Object> getAffectedKeys()
getAffectedKeys in interface WriteCommandpublic boolean isReturnValueExpected()
ReplicableCommandResponseGenerator
may choose to simply return null to save on marshalling costs.isReturnValueExpected in interface ReplicableCommandisReturnValueExpected in class AbstractDataCommandCopyright © 2012 JBoss by Red Hat. All Rights Reserved.