org.apache.directory.shared.ldap.message.internal
Interface InternalRequest

All Superinterfaces:
InternalMessage
All Known Subinterfaces:
InternalAbandonableRequest, InternalAbandonRequest, InternalAddRequest, InternalBindRequest, InternalCompareRequest, InternalDeleteRequest, InternalExtendedRequest, InternalModifyDnRequest, InternalModifyRequest, InternalResultResponseRequest, InternalSearchRequest, InternalUnbindRequest, ManyReplyRequest, SingleReplyRequest
All Known Implementing Classes:
AbandonRequestImpl, AbstractAbandonableRequest, AddRequestImpl, BindRequestImpl, CancelRequest, CertGenerationRequest, CompareRequestImpl, DeleteRequestImpl, ExtendedRequestImpl, GracefulShutdownRequest, InternalAbstractRequest, LaunchDiagnosticUiRequest, ModifyDnRequestImpl, ModifyRequestImpl, SearchRequestImpl, StoredProcedureRequest, UnbindRequestImpl

public interface InternalRequest
extends InternalMessage

Ldap protocol request messages derive from this super interface.

Version:
$Rev: 905344 $
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.internal.InternalMessage
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
 

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-2011 Apache Software Foundation. All Rights Reserved.