Class RemoteScrollableCursor

  • All Implemented Interfaces:
    Serializable, Enumeration, Iterator, ListIterator

    public class RemoteScrollableCursor
    extends ScrollableCursor

    Purpose: The object is used as a wrapper to the ScrollableCursor object in the remote transaction (via RMI, CORBA, etc.)

    Responsibilities: Wraps a database result set cursor to provide a stream to the remote client side on the resulting selected objects.

    Note: Most of the APIs only work with JDBC 2.0

    Since:
    TOPLink/Java 3.0
    Author:
    King (Yaoping) Wang
    See Also:
    Serialized Form