|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.cid.distribution.plugins.db.ResultSetToDataEnumeration
public class ResultSetToDataEnumeration
A message iterator wrapper for the List interface.
Constructor Summary | |
---|---|
ResultSetToDataEnumeration(java.sql.ResultSet resultSet)
Builds a new instance that wraps the given ResultSet. |
Method Summary | |
---|---|
boolean |
hasMoreData()
Tests if this enumeration contains more elements. |
DataRow |
nextDataRow()
Returns the next DataRow converted from the backing ResultSet. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultSetToDataEnumeration(java.sql.ResultSet resultSet)
list
- Method Detail |
---|
public boolean hasMoreData() throws DistributionProcessingException
hasMoreData
in interface DataEnumeration
DistributionException
DistributionProcessingException
public DataRow nextDataRow() throws DistributionProcessingException
nextDataRow
in interface DataEnumeration
DistributionProcessingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |