|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An event reporting changes in a queue's QILQueueMonitorStatus
status.
Changes in the monitor status can be related to other changes in the queue's data. For example, if the queue's status was active and changes to inactive, the queue can no longer be monitored. Or, if the queue is deleted, it can no longer be monitored.
Nested Class Summary | |
static class |
QILQueueMonitorStatusEvent.QILQueueMonitorStatusChangeReason
Specifies the possible reasons for getting a QILQueueMonitorStatusChangeEvent . |
Method Summary | |
QILQueueMonitorStatus |
getNewMonitorStatus()
Returns the new monitoring status of the associated queue. |
QILQueueMonitorStatus |
getOldMonitorStatus()
Returns the old monitoring status of the associated queue. |
QILQueueMonitorStatusEvent.QILQueueMonitorStatusChangeReason |
getReason()
Returns the event's reason. |
Methods inherited from interface com.genesyslab.omsdk.qil.event.QILQueueEvent |
getQueue |
Method Detail |
public QILQueueMonitorStatusEvent.QILQueueMonitorStatusChangeReason getReason()
public QILQueueMonitorStatus getNewMonitorStatus()
Note: Call this method when the event reason is
MONITORED_STATUS_CHANGED
.
public QILQueueMonitorStatus getOldMonitorStatus()
Note: Call this method when the event reason is
MONITORED_STATUS_CHANGED
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |