|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataRetriever
Interface defining objects which can return chunks of XML data. Objects implementing this interface are used by the Paging Assistant builder to provide paged access to various data sources.
Method Summary | |
---|---|
IXml |
getData(int startRow)
Return rows starting at specified position. |
int |
getFetchSize()
Indicate preferred chunk size for data retrieval. |
int |
getRowCount()
Return total number of rows in this data set. |
Method Detail |
---|
IXml getData(int startRow)
int getFetchSize()
int getRowCount()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |