org.quartz.examples
Class QuartzRemoteClient

java.lang.Object
  |
  +--org.quartz.examples.QuartzRemoteClient

public class QuartzRemoteClient
extends java.lang.Object

Author:
James House

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

Method Detail

useRemoteScheduler

public static void useRemoteScheduler(SchedulerFactory schedFact)
                               throws java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception

Quartz Project Page