|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FIXEngineRole>
com.teraspaces.qwfix.FIXEngineRole
public enum FIXEngineRole
Defines the role of a FIXEngine.
| Enum Constant Summary | |
|---|---|
BACKUP
The FIX engine is running in hot standby backup mode. |
|
LOCAL_LOG_SEARCH
The FIX Engine is searching the local historical log files. |
|
PRIMARY
The FIX engine is running in primary production mode. |
|
REMOTE_CACHE
The FIX engine is running in remote cache mode. |
|
| Method Summary | |
|---|---|
static FIXEngineRole |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FIXEngineRole[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FIXEngineRole PRIMARY
public static final FIXEngineRole BACKUP
public static final FIXEngineRole REMOTE_CACHE
public static final FIXEngineRole LOCAL_LOG_SEARCH
| Method Detail |
|---|
public static FIXEngineRole[] values()
for (FIXEngineRole c : FIXEngineRole.values()) System.out.println(c);
public static FIXEngineRole valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||