|
||||||||||
| 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(String object)
|
String |
take()
|
| Method Detail |
|---|
void add(String object)
String take()
throws InterruptedException
InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||