|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.eindex.ejb.query.QMIterator
The QMIterator class is called by the Query Manager to iterate through a composite object list.
| Constructor Summary | |
QMIterator()
Creates a new instance of the QMIterator class. |
|
| Method Summary | |
java.lang.Object |
clone()
Clones the given instance of the QMIterator class. |
void |
close()
Closes the connection to the database. |
java.lang.String |
getRootObjectName()
Retrieves the name of the root object from an instance of QMIterator. |
java.lang.Object |
next()
Retrieves the next object constructed by the assembler engine. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QMIterator()
| Method Detail |
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
Object - A copy of the given QMIterator object.
java.lang.CloneNotSupportedException - Thrown to indicate that the object
could not be cloned.
public void close()
throws QMException
void - None.
QMException - Thrown if an error occurs while closing the connection.public java.lang.String getRootObjectName()
String - The root object name.
public java.lang.Object next()
throws QMException
Object - The next object in the iterator.
QMException - Thrown if an error occurs while trying to retrieve
the next object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 2007 by Sun Microsystems, Inc. All Rights Reserved.