com.adobe.livecycle.rca.scheduler
Interface Scheduler

All Known Implementing Classes:
AbstractScheduler

public interface Scheduler


Method Summary
 void execute(JobDetails jobDetails)
           
 String schedule(JobDetails jobDetails, Date date)
           
 String schedule(JobDetails jobDetails, int days, int hours, int minutes)
           
 

Method Detail

execute

void execute(JobDetails jobDetails)
             throws SchedulingException
Throws:
SchedulingException

schedule

String schedule(JobDetails jobDetails,
                int days,
                int hours,
                int minutes)
                throws SchedulingException
Throws:
SchedulingException

schedule

String schedule(JobDetails jobDetails,
                Date date)
                throws SchedulingException
Throws:
SchedulingException


[an error occurred while processing this directive] [an error occurred while processing this directive]