Uses of Class
org.apache.directory.ldap.client.api.message.DeleteResponse

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

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

Methods in org.apache.directory.ldap.client.api that return DeleteResponse
 DeleteResponse LdapConnection.delete(DeleteRequest deleteRequest)
          Performs a delete operation based on the delete request object.
 DeleteResponse LdapConnection.delete(org.apache.directory.shared.ldap.name.DN dn)
          deletes the entry with the given DN
 DeleteResponse LdapConnection.delete(java.lang.String dn)
          deletes the entry with the given DN
 DeleteResponse LdapConnection.deleteTree(org.apache.directory.shared.ldap.name.DN dn)
          deletes the entry with the given DN, and all its children
 DeleteResponse LdapConnection.deleteTree(java.lang.String dn)
          deletes the entry with the given DN, and all its children
 

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

Methods in org.apache.directory.ldap.client.api.future that return DeleteResponse
 DeleteResponse DeleteFuture.get()
          Get the DeleteResponse, blocking until one is received.
 DeleteResponse DeleteFuture.get(long timeout, java.util.concurrent.TimeUnit unit)
          Get the DeleteResponse, blocking until one is received, or until the given timeout is reached.
 

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

Methods in org.apache.directory.ldap.client.api.listener with parameters of type DeleteResponse
 void DeleteListener.entryDeleted(LdapConnection connection, DeleteResponse response)
          callback method called after completing the delete operation.
 



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