|
||||||||||
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.QILQueueMonitorStatus
Enumerates the possible monitoring statuses for a queue activity.
To get monitoring status changes, add a QILQueueListener
to the QILQueue
object.
If the QILQueue
object is in MONITORED
status, add a QILInteractionListener
to handle interaction events.
QILQueue.isMonitored()
,
QILQueue.startMonitoring()
,
QILQueue.stopMonitoring()
,
QILQueueMonitorStatusEvent
Field Summary | |
static QILQueueMonitorStatus |
MONITORED
Indicates that the queue's activity is monitored. |
static int |
MONITORED_INT
Integer representation of MONITORED |
static QILQueueMonitorStatus |
NOT_MONITORED
Indicates that the queue's activity is not monitored. |
static int |
NOT_MONITORED_INT
Integer representation of NOT_MONITORED |
static QILQueueMonitorStatus |
UNDEFINED
Indicates that QIL cannot determine the queue's monitoring status. |
static int |
UNDEFINED_INT
Integer representation of UNKNOWN |
Method Summary | |
static QILQueueMonitorStatus |
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 MONITORED_INT
MONITORED
public static final QILQueueMonitorStatus MONITORED
To change the queue's monitoring status, call QILQueue.stopMonitoring()
.
QILQueueNotActiveException
public static final int NOT_MONITORED_INT
NOT_MONITORED
public static final QILQueueMonitorStatus NOT_MONITORED
To activate the queue's monitoring, call QILQueue.startMonitoring()
.
public static final int UNDEFINED_INT
UNKNOWN
public static final QILQueueMonitorStatus UNDEFINED
Method Detail |
public static QILQueueMonitorStatus getStatus(int ordinal)
ordinal
- integer representation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |