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
QueueFullException
Buffer dequeue_buffer()
void recycle_buffer(Buffer buf) throws java.lang.InterruptedException
java.lang.InterruptedException
Buffer get_buffer() throws QueueFullException
QueueFullException
boolean hasNext()
Copyright © 2005-2011 Antonio Carzaniga.
This documentation is maintained by Antonio Carzaniga