wrong description of scope of execution context

This commit is contained in:
dsyer
2008-04-22 09:26:10 +00:00
parent 7e41ff0381
commit 1c8df0d5f5

View File

@@ -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>