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

All Superinterfaces:
Message, Response, ResultResponse
All Known Implementing Classes:
CompareNoDResponse, CompareResponseImpl

public interface CompareResponse
extends ResultResponse

Compare protocol response message used to confirm the results of a compare request message.

Author:
Apache Directory Project

Field Summary
static MessageTypeEnum TYPE
          Compare response message type enumeration value
 
Method Summary
 boolean isTrue()
           
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.ResultResponse
getLdapResult
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
 

Field Detail

TYPE

static final MessageTypeEnum TYPE
Compare response message type enumeration value

Method Detail

isTrue

boolean isTrue()
Returns:
True if the compared response is a success


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