public interface LocalFlagAffectedCommand
| Modifier and Type | Method and Description |
|---|---|
Set<Flag> |
getFlags() |
boolean |
hasFlag(Flag flag)
Check whether a particular flag is present in the command
|
void |
setFlags(Flag... flags)
Use it to store the flags from the InvocationContext into the Command before remoting the Command.
|
void |
setFlags(Set<Flag> flags)
Use it to store the flags from the InvocationContext into the Command before remoting the Command.
|
Set<Flag> getFlags()
setFlags(java.util.Set)void setFlags(Set<Flag> flags)
flags - void setFlags(Flag... flags)
flags - boolean hasFlag(Flag flag)
flag - to lookup in the commandCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.