org.quartz.examples.example8
Class CalendarExample

java.lang.Object
  extended by org.quartz.examples.example8.CalendarExample

public class CalendarExample
extends Object

This example will demonstrate how calendars can be used to exclude periods of time when scheduling should not take place.


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

CalendarExample

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