com.raritantechnologies.genericInterface
Class ResultSetIterator

java.lang.Object
  extended bycom.raritantechnologies.genericInterface.ResultSetIterator
All Implemented Interfaces:
java.rmi.Remote, java.io.Serializable

public class ResultSetIterator
extends java.lang.Object
implements java.rmi.Remote, java.io.Serializable

Provides an java.util.Iterator for a set of search results.

See Also:
Serialized Form

Method Summary
 int getPageSize()
           
 int getStartDoc()
           
 int getTotalDocs()
           
 java.lang.String getXML()
           
 boolean hasNext()
           
 ResultDescriptor next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

next

public ResultDescriptor next()
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

hasNext

public boolean hasNext()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTotalDocs

public int getTotalDocs()
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getStartDoc

public int getStartDoc()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPageSize

public int getPageSize()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getXML

public java.lang.String getXML()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException