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

All Superinterfaces:
InternalMessage, InternalResponse, InternalResultResponse
All Known Implementing Classes:
SearchResponseDoneImpl

public interface InternalSearchResponseDone
extends InternalResultResponse

Search done protocol response message used to indicate the completion of a search request message.

Author:
Apache Directory Project $Rev: 910150 $

Field Summary
static MessageTypeEnum TYPE
          Search done response message type enumeration value
 
Method Summary
 
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalResultResponse
getLdapResult
 
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalMessage
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
 

Field Detail

TYPE

static final MessageTypeEnum TYPE
Search done response message type enumeration value



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.