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

All Known Subinterfaces:
BpelEngine
Enclosing interface:
Scheduler

public static interface Scheduler.JobProcessor

Interface implemented by the object responsible for job execution.

Author:
mszefler

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


Copyright © 2015 WSO2. All Rights Reserved.