Dashboard > Quartz 1 > ... > Documentation > StoreJob
  Quartz 1 Log In View a printable version of the current page.  
  StoreJob
Added by James House, last edited by James House on May 28, 2005
Labels: 
(None)

Storing a Job for Later Use


Scheduling a Job
// Define job instance
JobDetail job = new JobDetail("job1", "group1", MyJobClass.class);
	
// Add the the job to the scheduler's store
sched.addJob(job, false);

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request - Contact Administrators