org.quartz.examples.example14
Class PriorityExample

java.lang.Object
  extended by org.quartz.examples.example14.PriorityExample

public class PriorityExample
extends Object

This Example will demonstrate how Triggers are ordered by priority.


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

PriorityExample

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