com.genesyslab.omsdk.qil
Class QILQueueStatus

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

Deprecated. as of 7.2.007.00

public final class QILQueueStatus
extends OMSDKEnum

Enumerates the possible statuses for a queue.

These statuses depend on the strategy defined for this queue in the Configuration Layer.

Since:
7.1.000.00
See Also:
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

ACTIVE_INT

public static final int ACTIVE_INT
Deprecated. 
Integer representation of ACTIVE.

See Also:
Constant Field Values

ACTIVE

public static final QILQueueStatus ACTIVE
Deprecated. 
Indicates the queue's strategy is active in the Genesys environment. Your application can get events on this queue.

See Also:
QILQueueNotActiveException, QILQueue.startMonitoring(), QILQueue.stopMonitoring(), QILQueue.addQueueListener, QILQueue.removeQueueListener, QILQueueMonitorStatus

INACTIVE_INT

public static final int INACTIVE_INT
Deprecated. 
Integer representation of INACTIVE.

See Also:
Constant Field Values

INACTIVE

public static final QILQueueStatus INACTIVE
Deprecated. 
Indicates the queue has no active strategy in the Genesys environment.


UNDEFINED_INT

public static final int UNDEFINED_INT
Deprecated. 
Integer representation of UNKNOWN

See Also:
Constant Field Values

UNDEFINED

public static final QILQueueStatus UNDEFINED
Deprecated. 
Indicates that QIL cannot determine this queue's status.

Method Detail

getStatus

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

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