Uses of Class
org.ldaptive.DefaultConnectionFactory

Packages that use DefaultConnectionFactory
org.ldaptive.pool   
org.ldaptive.props   
 

Uses of DefaultConnectionFactory in org.ldaptive.pool
 

Methods in org.ldaptive.pool that return DefaultConnectionFactory
 DefaultConnectionFactory AbstractConnectionPool.getConnectionFactory()
          Returns the connection factory for this pool.
 

Methods in org.ldaptive.pool with parameters of type DefaultConnectionFactory
 void AbstractConnectionPool.setConnectionFactory(DefaultConnectionFactory cf)
          Sets the connection factory for this pool.
 

Constructors in org.ldaptive.pool with parameters of type DefaultConnectionFactory
BlockingConnectionPool(DefaultConnectionFactory cf)
          Creates a new blocking pool.
BlockingConnectionPool(PoolConfig pc, DefaultConnectionFactory cf)
          Creates a new blocking pool.
SoftLimitConnectionPool(DefaultConnectionFactory cf)
          Creates a new soft limit pool.
SoftLimitConnectionPool(PoolConfig pc, DefaultConnectionFactory cf)
          Creates a new soft limit pool.
 

Uses of DefaultConnectionFactory in org.ldaptive.props
 

Constructors in org.ldaptive.props with parameters of type DefaultConnectionFactory
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf)
          Creates a new default connection factory property source using the default properties file.
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, Properties props)
          Creates a new default connection factory property source.
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, PropertySource.PropertyDomain domain, Properties props)
          Creates a new default connection factory property source.
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, Reader... readers)
          Creates a new default connection factory property source.
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, String... paths)
          Creates a new default connection factory property source.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.