Interface CompareResponse
-
- All Superinterfaces:
Message,Response,ResultResponse
- All Known Implementing Classes:
CompareNoDResponse,CompareResponseDsml,CompareResponseImpl
public interface CompareResponse extends ResultResponse
Compare protocol response message used to confirm the results of a compare request message.- Author:
- Apache Directory Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisTrue()-
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
-
Methods inherited from interface org.apache.directory.api.ldap.model.message.ResultResponse
getLdapResult
-
-