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, wait
addFlag, addFlags, addFlags, getFlags, hasAllFlags, hasAnyFlag, hasFlag, setFlags
acceptVisitor, init, loadType
canBlock, getCommandId, invoke, invokeAsync, isReturnValueExpected, isSuccessful, readFrom, setOrigin, writeTo
public long getFlagsBitSet()
getFlagsBitSet
in interface FlagAffectedCommand
FlagAffectedCommand.setFlagsBitSet(long)
, FlagAffectedCommand.addFlags(long)
and FlagAffectedCommand.addFlags(Set)
methods.public void setFlagsBitSet(long bitSet)
FlagAffectedCommand
setFlagsBitSet
in interface FlagAffectedCommand
protected final boolean hasSameFlags(FlagAffectedCommand other)
protected final String printFlags()
Copyright © 2021 JBoss by Red Hat. All rights reserved.