|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<AgentOpcode>
jpl.mipl.mdms.FileService.komodo.messaging.msg.jaxb.AgentOpcode
public enum AgentOpcode
Java class for agentOpcode.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="agentOpcode">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="LOGIN"/>
<enumeration value="LOGOUT"/>
<enumeration value="METRICS_CONNECTION"/>
<enumeration value="QUERY_CONN"/>
<enumeration value="HOTBOOT"/>
<enumeration value="SHUTDOWN_ALL"/>
<enumeration value="ERROR"/>
<enumeration value="BRIDGE_HUP"/>
<enumeration value="BRIDGE_SHUTDOWN"/>
<enumeration value="QUERY_AA"/>
<enumeration value="REPLY_AA"/>
<enumeration value="NACK_AA"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
BRIDGE_HUP
|
|
BRIDGE_SHUTDOWN
|
|
ERROR
|
|
HOTBOOT
|
|
LOGIN
|
|
LOGOUT
|
|
METRICS_CONNECTION
|
|
NACK_AA
|
|
QUERY_AA
|
|
QUERY_CONN
|
|
REPLY_AA
|
|
SHUTDOWN_ALL
|
|
| Method Summary | |
|---|---|
static AgentOpcode |
fromValue(String v)
|
String |
value()
|
static AgentOpcode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AgentOpcode[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AgentOpcode LOGIN
public static final AgentOpcode LOGOUT
public static final AgentOpcode METRICS_CONNECTION
public static final AgentOpcode QUERY_CONN
public static final AgentOpcode HOTBOOT
public static final AgentOpcode SHUTDOWN_ALL
public static final AgentOpcode ERROR
public static final AgentOpcode BRIDGE_HUP
public static final AgentOpcode BRIDGE_SHUTDOWN
public static final AgentOpcode QUERY_AA
public static final AgentOpcode REPLY_AA
public static final AgentOpcode NACK_AA
| Method Detail |
|---|
public static final AgentOpcode[] values()
for(AgentOpcode c : AgentOpcode.values())
System.out.println(c);
public static AgentOpcode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic String value()
public static AgentOpcode fromValue(String v)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||