|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlDbBatchHandler
API for processing an XmlResource in batch.
Method Summary | |
---|---|
java.io.Serializable |
getLastXmlResourceId()
Get the XmlResource ID for the last processed element. |
boolean |
processXmlResource(XmlDb xmlDb,
int count,
XmlResource resource)
Process an XmlResource. |
Method Detail |
---|
boolean processXmlResource(XmlDb xmlDb, int count, XmlResource resource)
xmlDb
- the XmlDb performing the batch processcount
- the one-based index of this process call in relation to the
entire batch processresource
- the resource to process
java.io.Serializable getLastXmlResourceId()
This can be called to find out the ID of the last processed element, for example when storing XmlResource objects with database-generated IDs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |