Uses of Interface
org.mule.umo.manager.UMOWorkManager

Packages that use UMOWorkManager
org.mule Defines the main public API of the MuleManager and support classes such as the MuleServer. 
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.impl.internal.notifications Internal server notification types fired via the MuleManager. 
org.mule.impl.model.seda   
org.mule.impl.work A javax.resource.spi.WorkManager implementation. 
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.soap.xfire.transport   
org.mule.ra A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. 
org.mule.umo.manager Manager APIs, including the UMOManager, agent and server event interfaces 
 

Uses of UMOWorkManager in org.mule
 

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

Methods in org.mule with parameters of type UMOWorkManager
 void MuleManager.setWorkManager(UMOWorkManager workManager)
          Obtains a workManager instance that can be used to schedule work in a thread pool.
 

Uses of UMOWorkManager in org.mule.config
 

Methods in org.mule.config that return UMOWorkManager
 UMOWorkManager ThreadingProfile.WorkManagerFactory.createWorkManager(ThreadingProfile profile, String name)
           
 UMOWorkManager ThreadingProfile.createWorkManager(String name)
           
 

Uses of UMOWorkManager in org.mule.impl.internal.notifications
 

Methods in org.mule.impl.internal.notifications with parameters of type UMOWorkManager
 void ServerNotificationManager.start(UMOWorkManager workManager)
           
 

Uses of UMOWorkManager in org.mule.impl.model.seda
 

Fields in org.mule.impl.model.seda declared as UMOWorkManager
protected  UMOWorkManager SedaComponent.workManager
           
 

Uses of UMOWorkManager in org.mule.impl.work
 

Classes in org.mule.impl.work that implement UMOWorkManager
 class MuleWorkManager
          MuleWorkManager is a JCA Work manager implementation used to manage thread allocation for Mule components and connectors.
 

Uses of UMOWorkManager in org.mule.providers
 

Fields in org.mule.providers declared as UMOWorkManager
protected  UMOWorkManager PollingReceiverWorkerSchedule.workManager
           
protected  UMOWorkManager AbstractMessageDispatcher.workManager
          Thread pool of Connector sessions
 

Methods in org.mule.providers that return UMOWorkManager
protected  UMOWorkManager AbstractConnector.getReceiverWorkManager(String receiverName)
          Returns a work manager for message receivers.
protected  UMOWorkManager AbstractConnector.getDispatcherWorkManager()
          Returns a work manager for message dispatchers.
protected  UMOWorkManager AbstractMessageReceiver.getWorkManager()
           
 

Methods in org.mule.providers with parameters of type UMOWorkManager
protected  void AbstractMessageReceiver.setWorkManager(UMOWorkManager workManager)
           
 

Uses of UMOWorkManager in org.mule.providers.soap.xfire.transport
 

Fields in org.mule.providers.soap.xfire.transport declared as UMOWorkManager
protected  UMOWorkManager MuleLocalChannel.workManager
           
protected  UMOWorkManager MuleLocalTransport.workManager
           
 

Methods in org.mule.providers.soap.xfire.transport that return UMOWorkManager
 UMOWorkManager MuleLocalChannel.getWorkManager()
           
 

Methods in org.mule.providers.soap.xfire.transport with parameters of type UMOWorkManager
 void MuleLocalChannel.setWorkManager(UMOWorkManager workManager)
           
 

Constructors in org.mule.providers.soap.xfire.transport with parameters of type UMOWorkManager
MuleLocalTransport(UMOWorkManager workManager)
           
 

Uses of UMOWorkManager in org.mule.ra
 

Classes in org.mule.ra that implement UMOWorkManager
 class DelegateWorkManager
          DelegateWorkManager is a wrapper around a WorkManager provided by a JCA container.
 

Uses of UMOWorkManager in org.mule.umo.manager
 

Methods in org.mule.umo.manager that return UMOWorkManager
 UMOWorkManager UMOManager.getWorkManager()
          Obtains a workManager instance that can be used to schedule work in a thread pool.
 

Methods in org.mule.umo.manager with parameters of type UMOWorkManager
 void UMOManager.setWorkManager(UMOWorkManager workManager)
          Sets a workManager instance that can be used to schedule work in a thread pool.
 



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