com.bea.p13n.jobmanager.job
Interface CalendarJob

All Superinterfaces
Job

public interface CalendarJob
extends Job

A marker interface to indicate a calendar job. A job impl implements this and is configured in job-manager-config.xml or dynamically creating a calendar job definition to schedule cron like jobs. Year, month, day, hour and minute may be set to a specific number or to the general "every" setting. For example, "run on the 30th minute of every hour of every day of March 2008".


Method Summary
 
Methods inherited from interface com.bea.p13n.jobmanager.job.Job
executeWork
 



Copyright © 2011, Oracle. All rights reserved.