Uses of Class
org.mule.work.WorkerContext

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, 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 StartWorkExecutor.doExecute(WorkerContext work, Executor executor)
           
 void ScheduleWorkExecutor.doExecute(WorkerContext work, Executor executor)
           
 void SyncWorkExecutor.doExecute(WorkerContext work, Executor executor)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.