org.apache.directory.shared.ldap.message
Class SearchResponseDoneImpl
java.lang.Object
org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
org.apache.directory.shared.ldap.message.internal.InternalAbstractResponse
org.apache.directory.shared.ldap.message.internal.InternalAbstractResultResponse
org.apache.directory.shared.ldap.message.SearchResponseDoneImpl
- All Implemented Interfaces:
- InternalMessage, InternalResponse, InternalResultResponse, InternalSearchResponseDone
public class SearchResponseDoneImpl
- extends InternalAbstractResultResponse
- implements InternalSearchResponseDone
SearchResponseDone implementation
- Version:
- $Rev: 905344 $
- Author:
- Apache Directory Project
|
Constructor Summary |
SearchResponseDoneImpl(int id)
Creates a Lockable SearchResponseDone as a reply to an SearchRequest to
indicate the end of a search operation. |
|
Method Summary |
boolean |
equals(Object obj)
Checks for equality by using the underlying LdapResult objects of this
SearchResponseDone stub. |
SearchResponseDoneImpl
public SearchResponseDoneImpl(int id)
- Creates a Lockable SearchResponseDone as a reply to an SearchRequest to
indicate the end of a search operation.
- Parameters:
id - the session unique message id
equals
public boolean equals(Object obj)
- Checks for equality by using the underlying LdapResult objects of this
SearchResponseDone stub.
- Overrides:
equals in class InternalAbstractResultResponse
- Parameters:
obj - the object to be tested for equality
- Returns:
- true if obj is equivalent to this SearchResponseDone impl
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.