|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - The generic type of the elements visited by the source iterator.public interface IRemoteChunkedIterator<E>
Interface for objects proxying for asynchronous chunked iterators. This is
used to export iterators. We wrap an IChunkedIterator with an object
that implements this interface, and then export a proxy for that object. On
the client, we wrap the proxy so as to hide the IOExceptions and
regain our original interface signature.
| Method Summary | |
|---|---|
void |
close()
Close the remote iterator. |
IRemoteChunk<E> |
nextChunk()
Return the next "chunk" from the iterator. |
| Method Detail |
|---|
void close()
throws IOException
IOException
IRemoteChunk<E> nextChunk()
throws IOException
IRemoteChunk.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||