RESOLVED - BATCH-689: Make JobExecutionContext visible in Tasklets

added note to docs that Tasklet is automatically registered as StepExecutionListener by TaskletStep
This commit is contained in:
robokaso
2008-07-22 11:11:06 +00:00
parent 2f5ab433f6
commit 904344781f

View File

@@ -1421,6 +1421,12 @@
<property name="jobRepository" ref="repository" />
&lt;/bean&gt;</programlisting>
<note>
<para>TaskletStep will automatically register the tasklet as
<classname>StepExecutionListener</classname> if it implements
this interface</para>
</note>
<section>
<title>TaskletAdapter</title>
@@ -1763,4 +1769,4 @@
itself.</para>
</section>
</section>
</chapter>
</chapter>