public class StartWorkExecutor extends Object implements WorkExecutor
| Constructor and Description |
|---|
StartWorkExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute(WorkerContext work,
Executor executor)
This method must be implemented by sub-classes in order to provide the
relevant synchronization policy.
|
public void doExecute(WorkerContext work, Executor executor) throws javax.resource.spi.work.WorkException, InterruptedException
WorkExecutordoExecute 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.Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.