Uses of Class
org.apache.directory.ldap.client.api.future.SearchFuture

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

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

Methods in org.apache.directory.ldap.client.api that return SearchFuture
 SearchFuture LdapConnection.searchAsync(SearchRequest searchRequest)
          Do a search, on the base object, using the given filter.
 SearchFuture LdapConnection.searchAsync(java.lang.String baseDn, java.lang.String filter, org.apache.directory.shared.ldap.filter.SearchScope scope, java.lang.String... attributes)
          Do an asynchronous search, on the base object, using the given filter.
 

Constructors in org.apache.directory.ldap.client.api with parameters of type SearchFuture
SearchCursor(SearchFuture future, long timeout, java.util.concurrent.TimeUnit timeUnit)
           
 



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