Uses of Interface
org.apache.directory.api.ldap.model.message.DeleteResponse

Packages that use DeleteResponse
org.apache.directory.api.dsmlv2.reponse   
org.apache.directory.api.ldap.codec.decorators   
org.apache.directory.api.ldap.model.message   
org.apache.directory.api.ldap.model.message.extended   
org.apache.directory.ldap.client.api   
org.apache.directory.ldap.client.api.future   
 

Uses of DeleteResponse in org.apache.directory.api.dsmlv2.reponse
 

Classes in org.apache.directory.api.dsmlv2.reponse that implement DeleteResponse
 class DelResponseDsml
          DSML Decorator for DelResponse
 

Constructors in org.apache.directory.api.dsmlv2.reponse with parameters of type DeleteResponse
DelResponseDsml(LdapApiService codec, DeleteResponse ldapMessage)
          Creates a new getDecoratedMessage() of DelResponseDsml.
 

Uses of DeleteResponse in org.apache.directory.api.ldap.codec.decorators
 

Classes in org.apache.directory.api.ldap.codec.decorators that implement DeleteResponse
 class DeleteResponseDecorator
          A decorator for the DeleteRequest message
 

Constructors in org.apache.directory.api.ldap.codec.decorators with parameters of type DeleteResponse
DeleteResponseDecorator(LdapApiService codec, DeleteResponse decoratedMessage)
          Makes a DeleteResponse a MessageDecorator.
 

Uses of DeleteResponse in org.apache.directory.api.ldap.model.message
 

Classes in org.apache.directory.api.ldap.model.message that implement DeleteResponse
 class DeleteResponseImpl
          DeleteResponse implementation
 

Methods in org.apache.directory.api.ldap.model.message that return DeleteResponse
 DeleteResponse DeleteRequestImpl.getResultResponse()
          The result containing response for this request.
 

Uses of DeleteResponse in org.apache.directory.api.ldap.model.message.extended
 

Classes in org.apache.directory.api.ldap.model.message.extended that implement DeleteResponse
 class DeleteNoDResponse
          An extended operation intended for notifying clients of upcoming disconnection for the Delete response.
 

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

Methods in org.apache.directory.ldap.client.api that return DeleteResponse
 DeleteResponse LdapNetworkConnection.delete(DeleteRequest deleteRequest)
          Performs a delete operation based on the delete request object.
 DeleteResponse LdapConnection.delete(DeleteRequest deleteRequest)
          Performs a delete operation based on the delete request object.
 

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, TimeUnit unit)
          Get the DeleteResponse, blocking until one is received, or until the given timeout is reached.
 



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