Uses of Class
org.apache.directory.ldap.client.api.LdapNetworkConnection

Packages that use LdapNetworkConnection
org.apache.directory.ldap.client.api   
 

Uses of LdapNetworkConnection in org.apache.directory.ldap.client.api
 

Methods in org.apache.directory.ldap.client.api that return LdapNetworkConnection
 LdapNetworkConnection LdapConnectionPool.getConnection()
          Gives a LdapConnection fetched from the pool.
 

Methods in org.apache.directory.ldap.client.api with parameters of type LdapNetworkConnection
 void LdapConnectionPool.releaseConnection(LdapNetworkConnection connection)
          Places the given LdapConnection back in the pool.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.