From 8ab4a9197e20c88ead898f36dc446d8145ead895 Mon Sep 17 00:00:00 2001 From: lucasward Date: Thu, 9 Oct 2008 23:51:28 +0000 Subject: [PATCH] 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. --- docs/src/site/docbook/reference/core.xml | 49 ++++++++++++++++++++---- 1 file changed, 42 insertions(+), 7 deletions(-) diff --git a/docs/src/site/docbook/reference/core.xml b/docs/src/site/docbook/reference/core.xml index a3ce5cf3c..b424d2899 100644 --- a/docs/src/site/docbook/reference/core.xml +++ b/docs/src/site/docbook/reference/core.xml @@ -320,6 +320,20 @@ by the framework for managing job level ExecutionContexts. + + + lastUpdated + + A java.util.Date representing the + last time a JobExecution was persisted. + + + + executionContext + + The 'property bag' containing any user data that needs to + be persisted between executions. + @@ -680,6 +694,20 @@ be persisted between executions. + + readCount + + The number of items that have been successfully + read + + + + writeCount + + The number of items that have been successfully + written + + commitCount @@ -687,13 +715,6 @@ execution - - itemCount - - The number of items that have been processed for this - execution. - - rollbackCount @@ -708,6 +729,20 @@ failed, resulting in a skipped item. + + processSkipCount + + The number of times process has failed, resulting in a + skipped item. + + + + filterCount + + The number of items that have been 'filtered' by the + ItemProcessor + + writeSkipCount