org.apache.directory.shared.ldap.message
Interface Request

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

public interface Request
extends Message

Ldap protocol request messages derive from this super interface.

Version:
$Rev: 379008 $
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.shared.ldap.message.Message
add, get, getControls, getMessageId, getType, put, remove
 

Method Detail

hasResponse

public 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-2006 . All Rights Reserved.