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