OPEN - issue BATCH-767: Update documentation for M2

http://jira.springframework.org/browse/BATCH-767

Updated chapter 2 to make sure JobExecution and StepExecution properties included the newest additions in M2.
This commit is contained in:
lucasward
2008-10-09 23:51:28 +00:00
parent 061282f2e5
commit 8ab4a9197e

View File

@@ -320,6 +320,20 @@
by the framework for managing job level
ExecutionContexts.</entry>
</row>
<row>
<entry>lastUpdated</entry>
<entry>A <classname>java.util.Date</classname> representing the
last time a JobExecution was persisted.</entry>
</row>
<row>
<entry>executionContext</entry>
<entry>The 'property bag' containing any user data that needs to
be persisted between executions.</entry>
</row>
</tbody>
</tgroup>
</table>
@@ -680,6 +694,20 @@
be persisted between executions.</entry>
</row>
<row>
<entry>readCount</entry>
<entry>The number of items that have been successfully
read</entry>
</row>
<row>
<entry>writeCount</entry>
<entry>The number of items that have been successfully
written</entry>
</row>
<row>
<entry>commitCount</entry>
@@ -687,13 +715,6 @@
execution</entry>
</row>
<row>
<entry>itemCount</entry>
<entry>The number of items that have been processed for this
execution.</entry>
</row>
<row>
<entry>rollbackCount</entry>
@@ -708,6 +729,20 @@
failed, resulting in a skipped item.</entry>
</row>
<row>
<entry>processSkipCount</entry>
<entry>The number of times process has failed, resulting in a
skipped item.</entry>
</row>
<row>
<entry>filterCount</entry>
<entry>The number of items that have been 'filtered' by the
ItemProcessor</entry>
</row>
<row>
<entry>writeSkipCount</entry>