com.bea.p13n.jobmanager.job
Interface CalendarJob

All Superinterfaces
Job
All Known Implementing Classes:
ContentJob

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 © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.