com.raritantechnologies.genericInterface
Class ResultSetIterator
java.lang.Object
com.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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