public static class BpelServerImpl.PolledRunnableProcessor extends java.lang.Object implements Scheduler.JobProcessor
Constructor and Description |
---|
PolledRunnableProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
onScheduledJob(Scheduler.JobInfo jobInfo)
Implements execution of the job.
|
void |
setContexts(Contexts contexts) |
void |
setPolledRunnableExecutorService(java.util.concurrent.ExecutorService polledRunnableExecutorService) |
public void setContexts(Contexts contexts)
public void setPolledRunnableExecutorService(java.util.concurrent.ExecutorService polledRunnableExecutorService)
public void onScheduledJob(Scheduler.JobInfo jobInfo) throws Scheduler.JobProcessorException
Scheduler.JobProcessor
onScheduledJob
in interface Scheduler.JobProcessor
jobInfo
- the job informationScheduler.JobProcessorException