public interface PoolAndQueue
| Modifier and Type | Method and Description |
|---|---|
Buffer |
dequeue_buffer() |
void |
enqueue_buffer(Buffer buf) |
Buffer |
get_buffer() |
boolean |
hasNext() |
void |
recycle_buffer(Buffer buf) |
void enqueue_buffer(Buffer buf) throws QueueFullException
QueueFullExceptionBuffer dequeue_buffer()
void recycle_buffer(Buffer buf) throws java.lang.InterruptedException
java.lang.InterruptedExceptionBuffer get_buffer() throws QueueFullException
QueueFullExceptionboolean hasNext()
Copyright © 2005-2011 Antonio Carzaniga.
This documentation is maintained by Antonio Carzaniga