Uses of Interface
org.mule.api.config.ThreadingProfile

Packages that use ThreadingProfile
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.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.config.pool   
org.mule.model.seda   
org.mule.processor   
org.mule.processor.strategy   
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.work A javax.resource.spi.WorkManager implementation. 
 

Uses of ThreadingProfile in org.mule
 

Methods in org.mule that return ThreadingProfile
 ThreadingProfile DefaultMuleContext.getDefaultMessageDispatcherThreadingProfile()
           
 ThreadingProfile DefaultMuleContext.getDefaultMessageReceiverThreadingProfile()
           
 ThreadingProfile DefaultMuleContext.getDefaultMessageRequesterThreadingProfile()
           
 ThreadingProfile DefaultMuleContext.getDefaultServiceThreadingProfile()
           
 ThreadingProfile DefaultMuleContext.getDefaultThreadingProfile()
           
 

Uses of ThreadingProfile in org.mule.api
 

Methods in org.mule.api that return ThreadingProfile
 ThreadingProfile MuleContext.getDefaultMessageDispatcherThreadingProfile()
           
 ThreadingProfile MuleContext.getDefaultMessageReceiverThreadingProfile()
           
 ThreadingProfile MuleContext.getDefaultMessageRequesterThreadingProfile()
           
 ThreadingProfile MuleContext.getDefaultServiceThreadingProfile()
           
 ThreadingProfile MuleContext.getDefaultThreadingProfile()
           
 

Uses of ThreadingProfile in org.mule.api.config
 

Fields in org.mule.api.config declared as ThreadingProfile
static ThreadingProfile ThreadingProfile.DEFAULT_THREADING_PROFILE
           
 

Methods in org.mule.api.config with parameters of type ThreadingProfile
 WorkManager ThreadingProfile.WorkManagerFactory.createWorkManager(ThreadingProfile profile, String name, int shutdownTimeout)
           
 

Uses of ThreadingProfile in org.mule.config
 

Classes in org.mule.config that implement ThreadingProfile
 class ChainedThreadingProfile
          This was written (perhaps too far in advance) with an eye to how we will manage default values in a dynamic environment.
 class ImmutableThreadingProfile
           
 class MutableThreadingProfile
          Partial mutability for a threading profile.
 

Methods in org.mule.config with parameters of type ThreadingProfile
 WorkManager ImmutableThreadingProfile.DefaultWorkManagerFactory.createWorkManager(ThreadingProfile profile, String name, int shutdownTimeout)
           
 

Constructors in org.mule.config with parameters of type ThreadingProfile
ChainedThreadingProfile(ThreadingProfile delegate)
          Generate a mutable threading profile with dynamic default values taken from the given delegate.
ChainedThreadingProfile(ThreadingProfile delegate, boolean dynamic)
          Generate a mutable threading profile.
ImmutableThreadingProfile(ThreadingProfile tp)
           
MutableThreadingProfile(ThreadingProfile tp)
           
 

Uses of ThreadingProfile in org.mule.config.pool
 

Methods in org.mule.config.pool with parameters of type ThreadingProfile
protected  void DefaultThreadPoolFactory.configureThreadFactory(String name, ThreadingProfile tp, ThreadPoolExecutor pool)
           
abstract  ThreadPoolExecutor ThreadPoolFactory.createPool(String name, ThreadingProfile tp)
           
 ThreadPoolExecutor DefaultThreadPoolFactory.createPool(String name, ThreadingProfile tp)
           
protected  ThreadPoolExecutor DefaultThreadPoolFactory.internalCreatePool(String name, ThreadingProfile tp, BlockingQueue buffer)
           
 

Uses of ThreadingProfile in org.mule.model.seda
 

Fields in org.mule.model.seda declared as ThreadingProfile
protected  ThreadingProfile SedaService.threadingProfile
          The threading profile to use for this service.
 

Methods in org.mule.model.seda that return ThreadingProfile
 ThreadingProfile SedaService.getThreadingProfile()
           
 

Methods in org.mule.model.seda with parameters of type ThreadingProfile
 void SedaService.setThreadingProfile(ThreadingProfile threadingProfile)
           
 

Uses of ThreadingProfile in org.mule.processor
 

Constructors in org.mule.processor with parameters of type ThreadingProfile
AsyncInterceptingMessageProcessor(ThreadingProfile threadingProfile, String name, int shutdownTimeout)
           
LaxAsyncInterceptingMessageProcessor(ThreadingProfile threadingProfile, String name, int shutdownTimeout)
           
LaxSedaStageInterceptingMessageProcessor(String name, String queueName, QueueProfile queueProfile, int queueTimeout, ThreadingProfile threadingProfile, QueueStatistics queueStatistics, MuleContext muleContext)
           
SedaStageInterceptingMessageProcessor(String threadName, String queueName, QueueProfile queueProfile, int queueTimeout, ThreadingProfile threadingProfile, QueueStatistics queueStatistics, MuleContext muleContext)
           
 

Uses of ThreadingProfile in org.mule.processor.strategy
 

Methods in org.mule.processor.strategy that return ThreadingProfile
protected  ThreadingProfile AsynchronousProcessingStrategy.createThreadingProfile(MuleContext muleContext)
           
 

Uses of ThreadingProfile in org.mule.transport
 

Methods in org.mule.transport that return ThreadingProfile
 ThreadingProfile AbstractConnector.getDispatcherThreadingProfile()
          Getter for property 'dispatcherThreadingProfile'.
 ThreadingProfile AbstractConnector.getReceiverThreadingProfile()
          Getter for property 'receiverThreadingProfile'.
 ThreadingProfile AbstractConnector.getRequesterThreadingProfile()
          Getter for property 'requesterThreadingProfile'.
 

Methods in org.mule.transport with parameters of type ThreadingProfile
 void AbstractConnector.setDispatcherThreadingProfile(ThreadingProfile dispatcherThreadingProfile)
          Setter for property 'dispatcherThreadingProfile'.
 void AbstractConnector.setReceiverThreadingProfile(ThreadingProfile receiverThreadingProfile)
          Setter for property 'receiverThreadingProfile'.
 void AbstractConnector.setRequesterThreadingProfile(ThreadingProfile requesterThreadingProfile)
          Setter for property 'requesterThreadingProfile'.
 

Uses of ThreadingProfile in org.mule.work
 

Constructors in org.mule.work with parameters of type ThreadingProfile
MuleWorkManager(ThreadingProfile profile, String name, int shutdownTimeout)
           
 



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