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, setFlags
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addFlag, addFlags, hasFlag, setFlags
public byte getCommandId()
public final void writeTo(ObjectOutput output) throws IOException
IOException
public final void readFrom(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public boolean shouldInvoke(InvocationContext ctx)
public boolean ignoreCommandOnStatus(ComponentStatus status)
public boolean isReturnValueExpected()
public boolean canBlock()
protected static boolean noTxModifications(InvocationContext ctx)
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.