public enum RequestWorkerMsgType extends Enum<RequestWorkerMsgType>
| Enum Constant and Description |
|---|
CANCEL
The cancel.
|
CHECK_FUTURE_STATE
The check ssh progress.
|
PROCESS_ON_EXCEPTION
The process on exception.
|
PROCESS_ON_TIMEOUT
The process on timeout.
|
PROCESS_REQUEST
The process request.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestWorkerMsgType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestWorkerMsgType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestWorkerMsgType PROCESS_REQUEST
public static final RequestWorkerMsgType CHECK_FUTURE_STATE
public static final RequestWorkerMsgType CANCEL
public static final RequestWorkerMsgType PROCESS_ON_EXCEPTION
public static final RequestWorkerMsgType PROCESS_ON_TIMEOUT
public static RequestWorkerMsgType[] values()
for (RequestWorkerMsgType c : RequestWorkerMsgType.values()) System.out.println(c);
public static RequestWorkerMsgType 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 © 2015–2016 eBay. All rights reserved.