mandala.jacob.remote
Interface RemoteIterator

All Superinterfaces:
java.util.Iterator, Remote, java.io.Serializable
All Known Implementing Classes:
RemoteIteratorProxy, RMIIterator

public interface RemoteIterator
extends java.util.Iterator, Remote

Represents a remote iterator.

Methods which returns elements of the underlying remote collection such as next() returns in fact a copy of the element normally returned.

This interface should be the only access to a remote iterator for any remote clients.

Since:
1.0
Version:
1.0
Author:
eipi
See Also:
Remote, ExceptionHandler, Iterator

Nested Class Summary
static class RemoteIterator.RemoteIteratorMethods
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 
Methods inherited from interface mandala.jacob.remote.Remote
getExceptionHandler, setExceptionHandler
 



Mandala help mailing list