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, 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 ScheduleWorkExecutor.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 SyncWorkExecutor.doExecute(WorkerContext work, edu.emory.mathcs.backport.java.util.concurrent.Executor executor)
           
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.