wrong description of scope of execution context
This commit is contained in:
@@ -694,7 +694,7 @@
|
||||
<para>An <classname>ExecutionContext</classname> represents a collection
|
||||
of key/value pairs that are persisted and controlled by the framework in
|
||||
order to allow developers a place to store persistent state that is
|
||||
scoped to a <classname>JobInstance</classname>. For those familiar with
|
||||
scoped to a <classname>StepExecution</classname>. For those familiar with
|
||||
Quartz, it is very similar to <classname>JobDataMap</classname>. The
|
||||
best usage example is restart. Using flat file input as an example,
|
||||
while processing individual lines, the framework periodically persists
|
||||
@@ -856,4 +856,4 @@
|
||||
logic that is not natural to split into read-(transform)-write phases,
|
||||
such as invoking a system command or a stored procedure.</para>
|
||||
</section>
|
||||
</chapter>
|
||||
</chapter>
|
||||
|
||||
Reference in New Issue
Block a user