org.quartz.examples.example1
Class SimpleExample
java.lang.Object
org.quartz.examples.example1.SimpleExample
public class SimpleExample
- extends Object
This Example will demonstrate how to start and shutdown the Quartz
scheduler and how to schedule a job to run in Quartz.
- Author:
- Bill Kratzer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleExample
public SimpleExample()
run
public void run()
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2010. All Rights Reserved.