|
||||||||||
| 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.QILQueueStatus
Enumerates the possible statuses for a queue.
These statuses depend on the strategy defined for this queue in the Configuration Layer.
QILQueue.getStatus()| Field Summary | |
static QILQueueStatus |
ACTIVE
Deprecated. Indicates the queue's strategy is active in the Genesys environment. |
static int |
ACTIVE_INT
Deprecated. Integer representation of ACTIVE. |
static QILQueueStatus |
INACTIVE
Deprecated. Indicates the queue has no active strategy in the Genesys environment. |
static int |
INACTIVE_INT
Deprecated. Integer representation of INACTIVE. |
static QILQueueStatus |
UNDEFINED
Deprecated. Indicates that QIL cannot determine this queue's status. |
static int |
UNDEFINED_INT
Deprecated. Integer representation of UNKNOWN |
| Method Summary | |
static QILQueueStatus |
getStatus(int ordinal)
Deprecated. 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 ACTIVE_INT
ACTIVE.
public static final QILQueueStatus ACTIVE
QILQueueNotActiveException,
QILQueue.startMonitoring(),
QILQueue.stopMonitoring(),
QILQueue.addQueueListener,
QILQueue.removeQueueListener,
QILQueueMonitorStatuspublic static final int INACTIVE_INT
INACTIVE.
public static final QILQueueStatus INACTIVE
public static final int UNDEFINED_INT
UNKNOWN
public static final QILQueueStatus UNDEFINED
| Method Detail |
public static QILQueueStatus getStatus(int ordinal)
ordinal - integer representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||