|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.pow2.dao.datalist.ResultSetDataListIterator
ResultSetDataListIterator class
Field Summary | |
protected static org.apache.log4j.Category |
cat
Log4J category. |
Constructor Summary | |
ResultSetDataListIterator(ResultSetDataList rsDataList)
Constructor |
Method Summary | |
boolean |
hasNext()
Check if the data list contains another object. |
Object |
next(Object obj)
Get the next object from the data list |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.apache.log4j.Category cat
Constructor Detail |
public ResultSetDataListIterator(ResultSetDataList rsDataList) throws Exception
rsDataList
- a resultSetDataList object
Exception
- if any error occursMethod Detail |
public boolean hasNext() throws Exception
hasNext
in interface DataListIterator
Exception
- if any error occurspublic Object next(Object obj) throws NoSuchElementException
next
in interface DataListIterator
obj
- the object to fill with data
NoSuchElementException
- if any error occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |