Uses of Class
org.ldaptive.pool.BlockingConnectionPool
Packages that use BlockingConnectionPool
-
Uses of BlockingConnectionPool in org.ldaptive
Subclasses of BlockingConnectionPool in org.ldaptiveModifier and TypeClassDescriptionclass
Creates connections for performing ldap operations and manages those connections as a pool. -
Uses of BlockingConnectionPool in org.ldaptive.props
Constructors in org.ldaptive.props with parameters of type BlockingConnectionPoolModifierConstructorDescriptionCreates a new blocking connection pool property source using the default properties file.BlockingConnectionPoolPropertySource
(BlockingConnectionPool cp, Reader... readers) Creates a new blocking connection pool property source.BlockingConnectionPoolPropertySource
(BlockingConnectionPool cp, String... paths) Creates a new blocking connection pool property source.Creates a new blocking connection pool property source.BlockingConnectionPoolPropertySource
(BlockingConnectionPool cp, PropertySource.PropertyDomain domain, Properties props) Creates a new blocking connection pool property source.