|
||||||||||
| 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.qil.QILInteractionStatus
Enumerates the possible statuses for an interaction.
| 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 |
public static final int QUEUED_INT
QUEUED
public static final QILInteractionStatus QUEUED
public static final int ROUTING_INT
ROUTING
public static final QILInteractionStatus ROUTING
Note: Although the interaction is in a queue, it is not available for processing.
public static final int IDLE_INT
IDLE
public static final QILInteractionStatus IDLE
public static final int UNKNOWN_INT
UNKNOWN
public static final QILInteractionStatus UNKNOWN
| Method Detail |
public static QILInteractionStatus getStatus(int ordinal)
ordinal - integer representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||