Module is.codion.framework.db.rmi
Package is.codion.framework.db.rmi
Interface RemoteEntityResultIterator
- All Superinterfaces:
AutoCloseable
,Remote
RMI-specific iterator interface for remote entity result iteration.
This interface exists separately from EntityResultIterator
because RMI requires all methods in a Remote
interface to declare throws RemoteException
.
Client code typically uses EntityResultIterator
instead,
as remote iterators are automatically wrapped via dynamic proxy.
- See Also:
-
Method Summary
-
Method Details
-
hasNext
- Throws:
RemoteException
-
next
- Throws:
RemoteException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
RemoteException
-