Uses of Interface
org.mule.transport.ConfigurableKeyedObjectPool

Packages that use ConfigurableKeyedObjectPool
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.tcp Provides tcp connectivity for Mule
 

Uses of ConfigurableKeyedObjectPool in org.mule.transport
 

Classes in org.mule.transport that implement ConfigurableKeyedObjectPool
 class DefaultConfigurableKeyedObjectPool
          Implements ConfigurableKeyedObjectPool as a delegate of a KeyedPoolableObjectFactory instance.
 

Fields in org.mule.transport declared as ConfigurableKeyedObjectPool
protected  ConfigurableKeyedObjectPool AbstractConnector.dispatchers
          A pool of dispatchers for this connector, keyed by endpoint
 

Methods in org.mule.transport that return ConfigurableKeyedObjectPool
 ConfigurableKeyedObjectPool ConfigurableKeyedObjectPoolFactory.createObjectPool()
           
 ConfigurableKeyedObjectPool DefaultConfigurableKeyedObjectPoolFactory.createObjectPool()
           
 

Uses of ConfigurableKeyedObjectPool in org.mule.transport.tcp
 

Methods in org.mule.transport.tcp that return ConfigurableKeyedObjectPool
 ConfigurableKeyedObjectPool TcpConnector.getDispatchers()
           
 



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