Public Member Functions |
| DiscardingBuffer (int size) |
| DiscardingBuffer () |
synchronized void | put (String str) |
synchronized String | get () throws InterruptedException |
synchronized String | get (long timeout) throws InterruptedException |
Constructor & Destructor Documentation
sfi.director.util.DiscardingBuffer.DiscardingBuffer |
( |
int |
size | ) |
|
sfi.director.util.DiscardingBuffer.DiscardingBuffer |
( |
| ) |
|
Member Function Documentation
synchronized String sfi.director.util.DiscardingBuffer.get |
( |
| ) |
throws InterruptedException |
synchronized String sfi.director.util.DiscardingBuffer.get |
( |
long |
timeout | ) |
throws InterruptedException |
synchronized void sfi.director.util.DiscardingBuffer.put |
( |
String |
str | ) |
|
The documentation for this class was generated from the following file: