public abstract class AbstractFlagAffectedCommand extends Object implements FlagAffectedCommand
VisitableCommand.LoadType| Constructor and Description |
|---|
AbstractFlagAffectedCommand() |
| Modifier and Type | Method and Description |
|---|---|
long |
getFlagsBitSet() |
protected boolean |
hasSameFlags(FlagAffectedCommand other) |
protected String |
printFlags() |
void |
setFlagsBitSet(long bitSet)
Set the flags, replacing any existing flags.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFlag, addFlags, addFlags, getFlags, hasAllFlags, hasAnyFlag, hasFlag, setFlagsacceptVisitor, init, loadTypecanBlock, getCommandId, invoke, invokeAsync, isReturnValueExpected, isSuccessful, readFrom, setOrigin, writeTopublic long getFlagsBitSet()
getFlagsBitSet in interface FlagAffectedCommandFlagAffectedCommand.setFlagsBitSet(long), FlagAffectedCommand.addFlags(long)
and FlagAffectedCommand.addFlags(Set) methods.public void setFlagsBitSet(long bitSet)
FlagAffectedCommandsetFlagsBitSet in interface FlagAffectedCommandprotected final boolean hasSameFlags(FlagAffectedCommand other)
protected final String printFlags()
Copyright © 2022 JBoss by Red Hat. All rights reserved.