com.raritantechnologies.genericInterface
Class ResultDescriptor

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

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

See Also:
Serialized Form

Method Summary
 java.lang.String[] getNestedResultFields()
           
 ResultSetIterator getNestedResults(java.lang.String fieldName)
           
 boolean hasNext()
           
 Field next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

next

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

hasNext

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

getNestedResultFields

public java.lang.String[] getNestedResultFields()
                                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNestedResults

public ResultSetIterator getNestedResults(java.lang.String fieldName)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException