File: plugins_readme.txt

package info (click to toggle)
libquartz-java 1%3A1.8.6-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,444 kB
  • sloc: java: 28,881; xml: 1,267; sh: 225; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 674 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Example 10
==========

Overview:
=========
This example demonstrates how to use Job Listeners in
Quartz to have the completion of one job trigger another job.


Running the Example:
====================
1. Windows users - Modify the example10.bat file (if necessary) 
to set your JAVA_HOME.  Run example10.bat

2. UNIX/Linux users - Modify the example10.sh file (if necessary)
to set your JAVA_HOME.  Execute example10.sh


Configuration Files:
====================
1.  You can decide to specify a log4j.properties file to
control logging output (optional)

2.  This example uses the quartz.properties file to configure
quartz to use the jobs.xml file for job configuration