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

Packages that use LdapConnection
org.apache.directory.ldap.client.api   
org.apache.directory.ldap.client.api.future   
org.apache.directory.ldap.client.api.listener   
 

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

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

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

Uses of LdapConnection in org.apache.directory.ldap.client.api.future
 

Fields in org.apache.directory.ldap.client.api.future declared as LdapConnection
protected  LdapConnection ResponseFuture.connection
          The connection used by the request
 

Constructors in org.apache.directory.ldap.client.api.future with parameters of type LdapConnection
AddFuture(LdapConnection connection, int messageId)
          Creates a new instance of AddFuture.
BindFuture(LdapConnection connection, int messageId)
          Creates a new instance of BindFuture.
CompareFuture(LdapConnection connection, int messageId)
          Creates a new instance of CompareFuture.
DeleteFuture(LdapConnection connection, int messageId)
          Creates a new instance of AddFuture.
ExtendedFuture(LdapConnection connection, int messageId)
          Creates a new instance of ExtendedFuture.
ModifyDnFuture(LdapConnection connection, int messageId)
          Creates a new instance of ModifyDnFuture.
ModifyFuture(LdapConnection connection, int messageId)
          Creates a new instance of ModifyFuture.
ResponseFuture(LdapConnection connection, int messageId)
          Creates a new instance of ResponseFuture.
SearchFuture(LdapConnection connection, int messageId)
          Creates a new instance of SearchFuture.
 

Uses of LdapConnection in org.apache.directory.ldap.client.api.listener
 

Methods in org.apache.directory.ldap.client.api.listener with parameters of type LdapConnection
 void CompareListener.attributeCompared(LdapConnection connection, CompareResponse response)
          callback method called after completing the compare operation.
 void BindListener.bindCompleted(LdapConnection connection, BindResponse bindResponse)
          A callback method called when the bind operation completed.
 void AddListener.entryAdded(LdapConnection connection, AddResponse response)
          callback method called after completing the add operation.
 void DeleteListener.entryDeleted(LdapConnection connection, DeleteResponse response)
          callback method called after completing the delete operation.
 void SearchListener.entryFound(LdapConnection connection, SearchResultEntry searchResultEntry)
          A callback method for each entry returned by a search operation.
 void ExtendedListener.extendedOperationCompleted(LdapConnection connection, ExtendedResponse response)
          callback method called after completing the extended operation.
 void ModifyListener.modifyCompleted(LdapConnection connection, ModifyResponse response)
          callback method called after completing the modify operation.
 void ModifyDnListener.modifyDnCompleted(LdapConnection connection, ModifyDnResponse response)
          callback method called after completing the modifyDn operation.
 void SearchListener.referralFound(LdapConnection connection, SearchResultReference searchResultReference)
          A callback method for each referral returned by a search operation.
 void IntermediateResponseListener.responseReceived(LdapConnection connection, IntermediateResponse intermediateResponse)
          A callback method for each entry returned by a intermediateResponse response.
 void SearchListener.searchDone(LdapConnection connection, SearchResultDone searchResultDone)
          A callback method called when the search is done.
 



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