public static enum Agent.AgentType extends Enum<Agent.AgentType>
| Enum Constant and Description |
|---|
CONSOLE |
LISTENER |
LOCK_MANAGER |
MCM |
OCS_BRIDGE |
SERVICE |
WORKER |
| Modifier and Type | Method and Description |
|---|---|
static Agent.AgentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Agent.AgentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Agent.AgentType LISTENER
public static final Agent.AgentType CONSOLE
public static final Agent.AgentType WORKER
public static final Agent.AgentType SERVICE
public static final Agent.AgentType MCM
public static final Agent.AgentType OCS_BRIDGE
public static final Agent.AgentType LOCK_MANAGER
public static Agent.AgentType[] values()
for (Agent.AgentType c : Agent.AgentType.values()) System.out.println(c);
public static Agent.AgentType 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 © 2014 LSST. All rights reserved.