public static enum DuccDaemonRuntimeProperties.DaemonName extends Enum<DuccDaemonRuntimeProperties.DaemonName>
| Enum Constant and Description |
|---|
Broker |
Database |
Orchestrator |
ProcessManager |
ResourceManager |
ServiceManager |
Webserver |
| Modifier and Type | Method and Description |
|---|---|
static DuccDaemonRuntimeProperties.DaemonName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DuccDaemonRuntimeProperties.DaemonName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DuccDaemonRuntimeProperties.DaemonName Broker
public static final DuccDaemonRuntimeProperties.DaemonName Database
public static final DuccDaemonRuntimeProperties.DaemonName Orchestrator
public static final DuccDaemonRuntimeProperties.DaemonName ResourceManager
public static final DuccDaemonRuntimeProperties.DaemonName ProcessManager
public static final DuccDaemonRuntimeProperties.DaemonName ServiceManager
public static final DuccDaemonRuntimeProperties.DaemonName Webserver
public static DuccDaemonRuntimeProperties.DaemonName[] values()
for (DuccDaemonRuntimeProperties.DaemonName c : DuccDaemonRuntimeProperties.DaemonName.values()) System.out.println(c);
public static DuccDaemonRuntimeProperties.DaemonName 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.