|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.contactcenters.queue.WaitingQueueState
public class WaitingQueueState
Represents the state of a waiting queue. For now, this state is represented by an array of dequeue events representing queued contacts.
Constructor Summary | |
---|---|
protected |
WaitingQueueState(WaitingQueue queue)
Constructs a new state object by saving the state of the waiting queue queue. |
Method Summary | |
---|---|
DequeueEvent[] |
getQueuedContacts()
Returns the array containing the queued contacts in the queue at the time the state was saved. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected WaitingQueueState(WaitingQueue queue)
queue
- the queue to be saved.Method Detail |
---|
public DequeueEvent[] getQueuedContacts()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |