|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkerContext | |
|---|---|
| org.mule.api.work | |
| org.mule.work | A javax.resource.spi.WorkManager implementation. |
| Uses of WorkerContext in org.mule.api.work |
|---|
| Methods in org.mule.api.work with parameters of type WorkerContext | |
|---|---|
void |
WorkExecutor.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. |
| Uses of WorkerContext in org.mule.work |
|---|
| Methods in org.mule.work with parameters of type WorkerContext | |
|---|---|
void |
SyncWorkExecutor.doExecute(WorkerContext work,
edu.emory.mathcs.backport.java.util.concurrent.Executor executor)
|
void |
StartWorkExecutor.doExecute(WorkerContext work,
edu.emory.mathcs.backport.java.util.concurrent.Executor executor)
|
void |
ScheduleWorkExecutor.doExecute(WorkerContext work,
edu.emory.mathcs.backport.java.util.concurrent.Executor executor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||