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

All Superinterfaces:
Message
All Known Subinterfaces:
AbandonableRequest, AbandonRequest, AddRequest, BindRequest, CompareRequest, DeleteRequest, ExtendedRequest<R>, ManyReplyRequest<R>, ModifyDnRequest, ModifyRequest, ResultResponseRequest<R>, SearchRequest, SingleReplyRequest<R>, UnbindRequest
All Known Implementing Classes:
AbandonRequestImpl, AbstractAbandonableRequest, AbstractExtendedRequest, AbstractRequest, AddRequestImpl, BindRequestImpl, CompareRequestImpl, DeleteRequestImpl, ExtendedRequestImpl, ModifyDnRequestImpl, ModifyRequestImpl, SearchRequestImpl, UnbindRequestImpl

public interface Request
extends Message

Ldap protocol request messages derive from this super interface.

Author:
Apache Directory Project

Method Summary
 boolean hasResponse()
          Tests to see if this Request produces one or more response types.
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
 

Method Detail

hasResponse

boolean hasResponse()
Tests to see if this Request produces one or more response types.

Returns:
true if a response can be expected, false otherwise.


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