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

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

Classes in org.apache.directory.api.dsmlv2.reponse that implement CompareResponse
 class CompareResponseDsml
          DSML Decorator for CompareResponse
 

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

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

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

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

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

Classes in org.apache.directory.api.ldap.model.message that implement CompareResponse
 class CompareResponseImpl
          CompareResponse implementation.
 

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

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

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

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

Methods in org.apache.directory.ldap.client.api that return CompareResponse
 CompareResponse LdapNetworkConnection.compare(CompareRequest compareRequest)
          Compares an entry's attribute's value with that of the given value.
 CompareResponse LdapConnection.compare(CompareRequest compareRequest)
          Compares an entry's attribute's value with that of the given value.
 

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

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



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