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

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

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

Subinterfaces of LdapConnection in org.apache.directory.ldap.client.api
 interface LdapAsyncConnection
          Root interface for all asynchronous LDAP connections.
 

Classes in org.apache.directory.ldap.client.api that implement LdapConnection
 class AbstractLdapConnection
          An abstract LdapConnection class gathering the common behavior of LdapConnection concrete classes.
 class LdapNetworkConnection
          This class is the base for every operations sent or received to and from a LDAP server.
 

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

Methods in org.apache.directory.ldap.client.api with parameters of type LdapConnection
 void PoolableLdapConnectionFactory.activateObject(LdapConnection connection)
          
 void PoolableLdapConnectionFactory.destroyObject(LdapConnection connection)
          
 void PoolableLdapConnectionFactory.passivateObject(LdapConnection connection)
          
 void LdapConnectionPool.releaseConnection(LdapConnection connection)
          Places the given LdapConnection back in the pool.
 boolean PoolableLdapConnectionFactory.validateObject(LdapConnection connection)
          
 

Constructors in org.apache.directory.ldap.client.api with parameters of type LdapConnection
DefaultSchemaLoader(LdapConnection connection)
          Creates a new instance of DefaultSchemaLoader.
DefaultSchemaLoader(LdapConnection connection, org.apache.directory.api.ldap.model.name.Dn subschemaSubentryDn)
          Creates a new instance of NetworkSchemaLoader.
 

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 DeleteFuture.
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.
 



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