Uses of Interface
org.mule.transport.ConfigurableKeyedObjectPoolFactory

Packages that use ConfigurableKeyedObjectPoolFactory
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
 

Uses of ConfigurableKeyedObjectPoolFactory in org.mule.transport
 

Classes in org.mule.transport that implement ConfigurableKeyedObjectPoolFactory
 class DefaultConfigurableKeyedObjectPoolFactory
          Implements ConfigurableKeyedObjectPoolFactory creating instances of DefaultConfigurableKeyedObjectPool.
 

Fields in org.mule.transport declared as ConfigurableKeyedObjectPoolFactory
protected  ConfigurableKeyedObjectPoolFactory AbstractConnector.dispatcherPoolFactory
          A factory for creating the pool of dispatchers for this connector.
 

Methods in org.mule.transport that return ConfigurableKeyedObjectPoolFactory
 ConfigurableKeyedObjectPoolFactory AbstractConnector.getDispatcherPoolFactory()
           
 

Methods in org.mule.transport with parameters of type ConfigurableKeyedObjectPoolFactory
 void AbstractConnector.setDispatcherPoolFactory(ConfigurableKeyedObjectPoolFactory dispatcherPoolFactory)
          Allows to define a factory to create the dispatchers pool that will be used in the connector
 



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