Uses of Interface
org.mule.api.context.WorkManager

Packages that use WorkManager
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.api.config   
org.mule.api.context Mule Context APIs, including the MuleContext, agent and server event interfaces 
org.mule.api.retry   
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.context   
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.processor   
org.mule.retry.async   
org.mule.retry.policies   
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
 

Uses of WorkManager in org.mule
 

Methods in org.mule that return WorkManager
 WorkManager DefaultMuleContext.getWorkManager()
          Obtains a workManager instance that can be used to schedule work in a thread pool.
 

Constructors in org.mule with parameters of type WorkManager
DefaultMuleContext(MuleConfiguration config, WorkManager workManager, javax.resource.spi.work.WorkListener workListener, MuleContextLifecycleManager lifecycleManager, ServerNotificationManager notificationManager)
           
 

Uses of WorkManager in org.mule.api
 

Methods in org.mule.api that return WorkManager
 WorkManager MuleContext.getWorkManager()
          Obtains a workManager instance that can be used to schedule work in a thread pool.
 

Uses of WorkManager in org.mule.api.config
 

Methods in org.mule.api.config that return WorkManager
 WorkManager ThreadingProfile.createWorkManager(String name, int shutdownTimeout)
           
 WorkManager ThreadingProfile.WorkManagerFactory.createWorkManager(ThreadingProfile profile, String name, int shutdownTimeout)
           
 

Uses of WorkManager in org.mule.api.context
 

Methods in org.mule.api.context that return WorkManager
 WorkManager WorkManagerSource.getWorkManager()
           
 

Methods in org.mule.api.context with parameters of type WorkManager
 void MuleContextBuilder.setWorkManager(WorkManager workManager)
           
 

Uses of WorkManager in org.mule.api.retry
 

Methods in org.mule.api.retry with parameters of type WorkManager
 RetryContext RetryPolicyTemplate.execute(RetryCallback callback, WorkManager workManager)
           
 

Uses of WorkManager in org.mule.config
 

Methods in org.mule.config that return WorkManager
 WorkManager MutableThreadingProfile.createWorkManager(String name, int shutdownTimeout)
           
 WorkManager ImmutableThreadingProfile.createWorkManager(String name, int shutdownTimeout)
           
 WorkManager ChainedThreadingProfile.createWorkManager(String name, int shutdownTimeout)
           
 WorkManager ImmutableThreadingProfile.DefaultWorkManagerFactory.createWorkManager(ThreadingProfile profile, String name, int shutdownTimeout)
           
 

Uses of WorkManager in org.mule.context
 

Fields in org.mule.context declared as WorkManager
protected  WorkManager DefaultMuleContextBuilder.workManager
           
 

Methods in org.mule.context that return WorkManager
protected  WorkManager DefaultMuleContextBuilder.getWorkManager()
           
 

Methods in org.mule.context with parameters of type WorkManager
 void DefaultMuleContextBuilder.setWorkManager(WorkManager workManager)
           
 

Uses of WorkManager in org.mule.context.notification
 

Methods in org.mule.context.notification with parameters of type WorkManager
 void ServerNotificationManager.start(WorkManager workManager, javax.resource.spi.work.WorkListener workListener)
           
 

Uses of WorkManager in org.mule.processor
 

Fields in org.mule.processor declared as WorkManager
protected  WorkManager AsyncInterceptingMessageProcessor.workManager
           
 

Uses of WorkManager in org.mule.retry.async
 

Methods in org.mule.retry.async with parameters of type WorkManager
 RetryContext AsynchronousRetryTemplate.execute(RetryCallback callback, WorkManager workManager)
           
 

Constructors in org.mule.retry.async with parameters of type WorkManager
RetryWorker(RetryPolicyTemplate delegate, RetryCallback callback, WorkManager workManager)
           
RetryWorker(RetryPolicyTemplate delegate, RetryCallback callback, WorkManager workManager, Latch startLatch)
           
 

Uses of WorkManager in org.mule.retry.policies
 

Methods in org.mule.retry.policies with parameters of type WorkManager
 RetryContext AbstractPolicyTemplate.execute(RetryCallback callback, WorkManager workManager)
           
 

Uses of WorkManager in org.mule.transport
 

Fields in org.mule.transport declared as WorkManager
protected  WorkManager PollingReceiverWorkerSchedule.workManager
           
 

Methods in org.mule.transport that return WorkManager
protected  WorkManager AbstractConnector.getDispatcherWorkManager()
          Returns a work manager for message dispatchers.
protected  WorkManager AbstractConnector.getReceiverWorkManager()
          Returns a work manager for message receivers.
protected  WorkManager AbstractConnector.getRequesterWorkManager()
          Returns a work manager for message requesters.
protected  WorkManager AbstractMessageReceiver.getWorkManager()
           
protected  WorkManager AbstractMessageRequester.getWorkManager()
           
protected abstract  WorkManager AbstractTransportMessageHandler.getWorkManager()
           
protected  WorkManager AbstractMessageDispatcher.getWorkManager()
           
 



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