SPRNET-1229 - Documentation for TIBCO EMS integration

This commit is contained in:
markpollack
2009-11-21 19:24:12 +00:00
parent feb302dc91
commit eb400d8c0f
4 changed files with 774 additions and 166 deletions

View File

@@ -34,6 +34,12 @@
<literal>Trigger</literal> instances, respectively. Furthermore, a
convenience class for the Quartz Scheduler is available that allows you to
invoke a method of an existing target object.</para>
<note>
<para>There is a Quartz Quickstart application that is shipped with
Spring.NET. It is documented <link
linkend="quartz-quickstart">here</link>.</para>
</note>
</section>
<section xml:id="scheduling-quartz">
@@ -77,7 +83,7 @@
<programlisting language="csharp">namespace Example.Quartz;
public class ExampleJob extends QuartzJobObject {
public class ExampleJob : QuartzJobObject {
private int timeout;