Interface RemoteEntityResultIterator

All Superinterfaces:
AutoCloseable, Remote

public interface RemoteEntityResultIterator extends Remote, AutoCloseable
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

    Modifier and Type
    Method
    Description
    void
     
    boolean