com.genesyslab.omsdk.mil
Class MILLCARunMode

java.lang.Object
  extended bycom.genesyslab.omsdk.commons.OMSDKEnum
      extended bycom.genesyslab.omsdk.mil.MILLCARunMode

public class MILLCARunMode
extends OMSDKEnum

Since:
7.1.006.00

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

PRIMARY_INT

public static final int PRIMARY_INT
Integer representation of PRIMARY.

See Also:
Constant Field Values

PRIMARY

public static final MILLCARunMode PRIMARY
Indicates that the MIL application is running as a primary application.


BACKUP_INT

public static final int BACKUP_INT
Integer representation of BACKUP.

See Also:
Constant Field Values

BACKUP

public static final MILLCARunMode BACKUP
Indicates that the MIL application is running as a backup application.


EXIT_INT

public static final int EXIT_INT
Integer representation of EXIT.

See Also:
Constant Field Values

EXIT

public static final MILLCARunMode EXIT
Indicates that the MIL application is no longer running, from the LCA's point of view.

See Also:
MILLCAManager

BACKUPHOT_INT

public static final int BACKUPHOT_INT
Integer representation of BACKUPHOT.

See Also:
Constant Field Values

BACKUPHOT

public static final MILLCARunMode BACKUPHOT
Indicates that the MIL application is running in hot backup mode.

See Also:
MILLCAManager

BACKUPWARM_INT

public static final int BACKUPWARM_INT
Integer representation of BACKUPWARM.

See Also:
Constant Field Values

BACKUPWARM

public static final MILLCARunMode BACKUPWARM
Indicates that the MIL application is running in warm backup mode.

See Also:
MILLCAManager
Method Detail

getRunMode

public static MILLCARunMode getRunMode(int ordinal)
Returns the enumerated value corresponding to the specified integer.

Parameters:
ordinal - integer representation.
Returns:
the enumerated value.