com.genesyslab.omsdk.qil
Class QILInteractionStatus

java.lang.Object
  extended bycom.genesyslab.omsdk.commons.OMSDKEnum
      extended bycom.genesyslab.omsdk.qil.QILInteractionStatus

public final class QILInteractionStatus
extends OMSDKEnum

Enumerates the possible statuses for an interaction.

Since:
7.1.000.00

Field Summary
static QILInteractionStatus IDLE
          Indicates that the interaction has been processed.
static int IDLE_INT
          Integer representation of IDLE
static QILInteractionStatus QUEUED
          Indicates that the interaction is currently waiting in a queue and available for processing.
static int QUEUED_INT
          Integer representation of QUEUED
static QILInteractionStatus ROUTING
          Indicates that a router is processing the interaction.
static int ROUTING_INT
          Integer representation of ROUTING
static QILInteractionStatus UNKNOWN
          Indicates that QIL cannot determine the interaction's status.
static int UNKNOWN_INT
          Integer representation of UNKNOWN
 
Method Summary
static QILInteractionStatus getStatus(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

QUEUED_INT

public static final int QUEUED_INT
Integer representation of QUEUED

See Also:
Constant Field Values

QUEUED

public static final QILInteractionStatus QUEUED
Indicates that the interaction is currently waiting in a queue and available for processing.


ROUTING_INT

public static final int ROUTING_INT
Integer representation of ROUTING

See Also:
Constant Field Values

ROUTING

public static final QILInteractionStatus ROUTING
Indicates that a router is processing the interaction.

Note: Although the interaction is in a queue, it is not available for processing.


IDLE_INT

public static final int IDLE_INT
Integer representation of IDLE

See Also:
Constant Field Values

IDLE

public static final QILInteractionStatus IDLE
Indicates that the interaction has been processed.


UNKNOWN_INT

public static final int UNKNOWN_INT
Integer representation of UNKNOWN

See Also:
Constant Field Values

UNKNOWN

public static final QILInteractionStatus UNKNOWN
Indicates that QIL cannot determine the interaction's status.

Method Detail

getStatus

public static QILInteractionStatus getStatus(int ordinal)
Returns the enumerated value corresponding to the specified integer.

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