|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.environment.processing.simple.ProcessingQueue
Nested Class Summary | |
class |
ProcessingQueue.ProcessingQueueOverflowException
DESCRIBE THE CLASS |
Constructor Summary | |
ProcessingQueue()
Constructor for ProcessingQueue. |
|
ProcessingQueue(int capacity)
Constructor for ProcessingQueue. |
Method Summary | |
ProcessingRequest |
dequeue()
DESCRIBE THE METHOD |
void |
destroy()
DESCRIBE THE METHOD |
void |
enqueue(ProcessingRequest request)
DESCRIBE THE METHOD |
int |
getLength()
Gets the Length attribute of the ProcessingQueue object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProcessingQueue()
public ProcessingQueue(int capacity)
capacity
- DESCRIBE THE PARAMETERMethod Detail |
public int getLength()
public void enqueue(ProcessingRequest request)
request
- DESCRIBE THE PARAMETERpublic ProcessingRequest dequeue()
public void destroy()
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |