public abstract class AbstractLocalCommand extends AbstractLocalFlagAffectedCommand implements LocalCommand
flags| Constructor and Description |
|---|
AbstractLocalCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBlock() |
byte |
getCommandId() |
boolean |
ignoreCommandOnStatus(ComponentStatus status) |
boolean |
isReturnValueExpected() |
protected static boolean |
noTxModifications(InvocationContext ctx) |
void |
readFrom(ObjectInput input) |
boolean |
shouldInvoke(InvocationContext ctx) |
void |
writeTo(ObjectOutput output) |
getFlags, setFlagsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFlag, addFlags, hasFlag, setFlagspublic byte getCommandId()
public final void writeTo(ObjectOutput output) throws IOException
IOExceptionpublic final void readFrom(ObjectInput input) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic boolean shouldInvoke(InvocationContext ctx)
public boolean ignoreCommandOnStatus(ComponentStatus status)
public boolean isReturnValueExpected()
public boolean canBlock()
protected static boolean noTxModifications(InvocationContext ctx)
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.