org.quartz.examples.example4
Class JobStateExample

java.lang.Object
  extended by org.quartz.examples.example4.JobStateExample

public class JobStateExample
extends Object

This Example will demonstrate how job parameters can be passed into jobs and how state can be maintained

Author:
Bill Kratzer

Constructor Summary
JobStateExample()
           
 
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

JobStateExample

public JobStateExample()
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.