|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlockingQueue
A very simple blocking queue that might have stricter constraints than the standard jdk1.5 blockingqueues.
| Method Summary | |
|---|---|
void |
add(Object object)
|
Object |
take()
|
| Method Detail |
|---|
void add(Object object)
Object take()
throws InterruptedException
InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||