org.apache.ode.bpel.iapi
Interface Scheduler.JobProcessor

All Known Subinterfaces:
BpelEngine
All Known Implementing Classes:
BpelEngineImpl, BpelServerImpl, BpelServerImpl.PolledRunnableProcessor
Enclosing interface:
Scheduler

public static interface Scheduler.JobProcessor

Interface implemented by the object responsible for job execution.


Method Summary
 void onScheduledJob(Scheduler.JobInfo jobInfo)
          Implements execution of the job.
 

Method Detail

onScheduledJob

void onScheduledJob(Scheduler.JobInfo jobInfo)
                    throws Scheduler.JobProcessorException
Implements execution of the job.

Parameters:
jobInfo - the job information
Throws:
Scheduler.JobProcessorException