|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.genesyslab.omsdk.commons.OMSDKEnum
com.genesyslab.omsdk.mil.MILLCARunMode
| Field Summary | |
static MILLCARunMode |
BACKUP
Indicates that the MIL application is running as a backup application. |
static int |
BACKUP_INT
Integer representation of BACKUP. |
static MILLCARunMode |
BACKUPHOT
Indicates that the MIL application is running in hot backup mode. |
static int |
BACKUPHOT_INT
Integer representation of BACKUPHOT. |
static MILLCARunMode |
BACKUPWARM
Indicates that the MIL application is running in warm backup mode. |
static int |
BACKUPWARM_INT
Integer representation of BACKUPWARM. |
static MILLCARunMode |
EXIT
Indicates that the MIL application is no longer running, from the LCA's point of view. |
static int |
EXIT_INT
Integer representation of EXIT. |
static MILLCARunMode |
PRIMARY
Indicates that the MIL application is running as a primary application. |
static int |
PRIMARY_INT
Integer representation of PRIMARY. |
| Method Summary | |
static MILLCARunMode |
getRunMode(int ordinal)
Returns the enumerated value corresponding to the specified integer. |
| Methods inherited from class com.genesyslab.omsdk.commons.OMSDKEnum |
toInt, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int PRIMARY_INT
PRIMARY.
public static final MILLCARunMode PRIMARY
public static final int BACKUP_INT
BACKUP.
public static final MILLCARunMode BACKUP
public static final int EXIT_INT
EXIT.
public static final MILLCARunMode EXIT
MILLCAManagerpublic static final int BACKUPHOT_INT
BACKUPHOT.
public static final MILLCARunMode BACKUPHOT
MILLCAManagerpublic static final int BACKUPWARM_INT
BACKUPWARM.
public static final MILLCARunMode BACKUPWARM
MILLCAManager| Method Detail |
public static MILLCARunMode getRunMode(int ordinal)
ordinal - integer representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||