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

All Known Implementing Classes:
BpelServerImpl
Enclosing interface:
Scheduler

public static interface Scheduler.JobProcessor

Interface implemented by the object responsible for job execution.


Method Summary
 void onScheduledJob(Scheduler.JobInfo jobInfo)
           
 

Method Detail

onScheduledJob

void onScheduledJob(Scheduler.JobInfo jobInfo)
                    throws Scheduler.JobProcessorException
Throws:
Scheduler.JobProcessorException