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

Packages that use ModifyResponse
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 ModifyResponse in org.apache.directory.api.dsmlv2.reponse
 

Classes in org.apache.directory.api.dsmlv2.reponse that implement ModifyResponse
 class ModifyResponseDsml
          DSML Decorator for ModifyResponse
 

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

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

Classes in org.apache.directory.api.ldap.codec.decorators that implement ModifyResponse
 class ModifyResponseDecorator
          A decorator for the ModifyResponse message
 

Constructors in org.apache.directory.api.ldap.codec.decorators with parameters of type ModifyResponse
ModifyResponseDecorator(LdapApiService codec, ModifyResponse decoratedMessage)
          Makes a ModifyResponse encodable.
 

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

Classes in org.apache.directory.api.ldap.model.message that implement ModifyResponse
 class ModifyResponseImpl
          ModifyResponse implementation
 

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

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

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

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

Methods in org.apache.directory.ldap.client.api that return ModifyResponse
 ModifyResponse LdapNetworkConnection.modify(ModifyRequest modRequest)
          Performs an modify operation based on the modifications present in the ModifyRequest.
 ModifyResponse LdapConnection.modify(ModifyRequest modRequest)
          Performs an modify operation based on the modifications present in the ModifyRequest.
 

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

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



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