stsci.arci
Interface RemoteIter
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- FactoryIter
- public interface RemoteIter
- extends java.rmi.Remote
A remote iterator to alow interaction with a remote collection of objects.
The normal itrerator can not be used reomtely.
Method Summary |
boolean |
hasNext()
|
java.lang.Object |
next()
|
hasNext
public boolean hasNext()
throws ArchiveException,
java.rmi.RemoteException
next
public java.lang.Object next()
throws ArchiveException,
java.rmi.RemoteException