|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.Stats
com.ricebridge.xmlman.in.MutableStats
Mutable Stats subclass used internally to update statistics values.
| Field Summary |
| Fields inherited from class com.ricebridge.xmlman.Stats |
iBadRecords, iEndDate, iStartDate, iTotalRecords |
| Constructor Summary | |
MutableStats()
|
|
| Method Summary | |
protected void |
addBadRecord()
Count bad record. |
protected void |
addRecord()
Count new record. |
void |
clear()
Clear the statistics. |
protected void |
endProcess()
Mark end of process. |
protected void |
startProcess()
Mark start of process. |
| Methods inherited from class com.ricebridge.xmlman.Stats |
getAverageTimePerRecordInSeconds, getEndDate, getStartDate, getSummary, getTimeTaken, getTimeTakenInSeconds, getTotalBadRecords, getTotalRecords, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MutableStats()
| Method Detail |
public void clear()
clear in class Statsprotected void startProcess()
protected void endProcess()
protected void addRecord()
protected void addBadRecord()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||