|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.BadRecordListenerSupport
com.ricebridge.xmlman.CollectingBadRecordListener
com.ricebridge.xmlman.StandardBadRecordListener
Standard implementation of the BadRecordListener interface.
This implementation is used internally when no custom BadRecordListener is specified.
It extends CollectingBadRecordListener so that the XmlManager.getBadRecords method
functions correctly. BadRecords are simply stored in an ArrayList.
The Source Code of this Java class is available under a BSD-style license.
| Field Summary | |
protected ArrayList |
iBadRecords
List of BadRecords. |
| Constructor Summary | |
StandardBadRecordListener()
|
|
| Method Summary | |
protected List |
getBadRecordsImpl()
Provide list of BadRecords to CollectingBadRecordListener super class. |
protected void |
handleBadRecordImpl(BadRecord pBadRecord)
Add BadRecord to list of BadRecords. |
protected void |
startProcessImpl()
Clear old list of BadRecords. |
| Methods inherited from class com.ricebridge.xmlman.CollectingBadRecordListener |
getBadRecords |
| Methods inherited from class com.ricebridge.xmlman.BadRecordListenerSupport |
endProcess, endProcessImpl, handleBadRecord, startProcess |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected ArrayList iBadRecords
BadRecords.
| Constructor Detail |
public StandardBadRecordListener()
| Method Detail |
protected void startProcessImpl()
BadRecords.
startProcessImpl in class BadRecordListenerSupportBadRecordListenerSupport.startProcess(),
BadRecordListener.startProcess()protected void handleBadRecordImpl(BadRecord pBadRecord)
BadRecord to list of BadRecords.
handleBadRecordImpl in class BadRecordListenerSupportpBadRecord - failed data record descriptionBadRecordListenerSupport.handleBadRecord(BadRecord),
BadRecordListener.handleBadRecord(BadRecord)protected List getBadRecordsImpl()
BadRecords to CollectingBadRecordListener super class.
getBadRecordsImpl in class CollectingBadRecordListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||