|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectits.element.FrameQueue
| Constructor Summary | |
FrameQueue()
|
|
| Method Summary | |
void |
add(ItsFrame newFrame)
Pushes an ItsFrame onto the end of the queue and notifies threads that are waiting for a frame to arrive. |
ItsFrame |
remove()
Returns the next ItsFrame to be processed. |
void |
setWarningLimits(int low,
int high)
When the number of elements in the frame queue exceeds the given warningHigh parameter (set to 100 by default), a warning message is generated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FrameQueue()
| Method Detail |
public ItsFrame remove()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void add(ItsFrame newFrame)
add in interface FrameTarget
public void setWarningLimits(int low,
int high)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||