org.quartz.examples.example1
Class SimpleExample

java.lang.Object
  extended by 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

Constructor Summary
SimpleExample()
           
 
Method Summary
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleExample

public SimpleExample()
Method Detail

run

public void run()
         throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2010. All Rights Reserved.