public class EvictCommand extends RemoveCommand implements LocalCommand
COMMAND_ID, notifier, valuekeyflags| Constructor and Description |
|---|
EvictCommand(Object key,
CacheNotifier notifier) |
| Modifier and Type | Method and Description |
|---|---|
Object |
acceptVisitor(InvocationContext ctx,
Visitor visitor)
Accept a visitor, and return the result of accepting this visitor.
|
byte |
getCommandId()
Used by marshallers to convert this command into an id for streaming.
|
void |
initialize(CacheNotifier notifier) |
void |
notify(InvocationContext ctx,
Object value,
boolean isPre) |
Object |
perform(InvocationContext ctx)
Performs the primary function of the command.
|
String |
toString() |
equals, getParameters, hashCode, ignoreCommandOnStatus, init, isConditional, isNonExistent, isSuccessful, setParametersgetAffectedKeys, isReturnValueExpectedgetKey, setKey, shouldInvokegetFlags, hasFlag, setFlagsclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetFlags, hasFlag, setFlagsgetKeyshouldInvokepublic EvictCommand(Object key, CacheNotifier notifier)
public void initialize(CacheNotifier notifier)
public Object acceptVisitor(InvocationContext ctx, Visitor visitor) throws Throwable
VisitableCommandacceptVisitor in interface VisitableCommandacceptVisitor in class RemoveCommandctx - invocation contextvisitor - visitor to acceptThrowable - in the event of problemspublic Object perform(InvocationContext ctx) throws Throwable
ReplicableCommandperform in interface ReplicableCommandperform in class RemoveCommandctx - invocation contextThrowable - in the event of problems.public void notify(InvocationContext ctx, Object value, boolean isPre)
notify in class RemoveCommandpublic byte getCommandId()
ReplicableCommandgetCommandId in interface ReplicableCommandgetCommandId in class RemoveCommandpublic String toString()
toString in class RemoveCommandCopyright © 2012 JBoss by Red Hat. All Rights Reserved.