|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.impl.work.StartWorkExecutor
Constructor Summary | |
StartWorkExecutor()
|
Method Summary | |
void |
doExecute(WorkerContext work,
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 StartWorkExecutor()
Method Detail |
public void doExecute(WorkerContext work, Executor executor) throws WorkException, java.lang.InterruptedException
WorkExecutor
doExecute
in interface WorkExecutor
work
- Work to be executed.
java.lang.InterruptedException
- Indicates that the thread in charge of the
execution of the specified work has been interrupted.
WorkException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |