|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - queue item typepublic interface MultiItem<T>
Abstraction for multiple items.
DistributedQueue.putMulti(MultiItem),
DistributedPriorityQueue.putMulti(MultiItem, int)| Method Summary | |
|---|---|
T |
nextItem()
Called repeatedly to get the items to add to the queue. |
| Method Detail |
|---|
T nextItem()
throws Exception
null when there are no more items to add.
Exception - any errors
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||