public static enum DuccAdmin.DuccCommands extends Enum<DuccAdmin.DuccCommands>
| Enum Constant and Description |
|---|
killAll |
quiesceAgents |
startAgents |
| Modifier and Type | Method and Description |
|---|---|
static DuccAdmin.DuccCommands |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DuccAdmin.DuccCommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DuccAdmin.DuccCommands killAll
public static final DuccAdmin.DuccCommands startAgents
public static final DuccAdmin.DuccCommands quiesceAgents
public static DuccAdmin.DuccCommands[] values()
for (DuccAdmin.DuccCommands c : DuccAdmin.DuccCommands.values()) System.out.println(c);
public static DuccAdmin.DuccCommands valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2012–2017 The Apache Software Foundation. All rights reserved.