|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.engine.BpelServerImpl.PolledRunnableProcessor
public static class BpelServerImpl.PolledRunnableProcessor
This wraps up the executor service for polled runnables.
Constructor Summary | |
---|---|
BpelServerImpl.PolledRunnableProcessor()
|
Method Summary | |
---|---|
void |
onScheduledJob(Scheduler.JobInfo jobInfo)
Implements execution of the job. |
void |
setContexts(Contexts contexts)
|
void |
setPolledRunnableExecutorService(java.util.concurrent.ExecutorService polledRunnableExecutorService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BpelServerImpl.PolledRunnableProcessor()
Method Detail |
---|
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 information
Scheduler.JobProcessorException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |