|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.work.ScheduleWorkExecutor
public class ScheduleWorkExecutor
| Constructor Summary | |
|---|---|
ScheduleWorkExecutor()
|
|
| Method Summary | |
|---|---|
void |
doExecute(WorkerContext work,
edu.emory.mathcs.backport.java.util.concurrent.Executor executor)
This method must be implemented by sub-classes in order to provide the relevant synchronization policy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScheduleWorkExecutor()
| Method Detail |
|---|
public void doExecute(WorkerContext work,
edu.emory.mathcs.backport.java.util.concurrent.Executor executor)
throws javax.resource.spi.work.WorkException,
InterruptedException
WorkExecutor
doExecute in interface WorkExecutorwork - Work to be executed.
javax.resource.spi.work.WorkException - Indicates that the work has
failed.
InterruptedException - Indicates that the thread in charge of the
execution of the specified work has been interrupted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||