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

Packages that use UMOWorkManager
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.impl.work   
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
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. 
 

Uses of UMOWorkManager in org.mule.config
 

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

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 This code has been adapted from the Geronimo implementation, and the different pool executors have be used directly from Geronimo
 

Uses of UMOWorkManager in org.mule.providers
 

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

Methods in org.mule.providers that return UMOWorkManager
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.ra
 

Classes in org.mule.ra that implement UMOWorkManager
 class DelegateWorkManager
          DelegateWorkManager TODO
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.