org.apache.directory.shared.ldap.message
Class SearchResponseDoneImpl
java.lang.Object
org.apache.directory.shared.ldap.message.AbstractMessage
org.apache.directory.shared.ldap.message.AbstractResponse
org.apache.directory.shared.ldap.message.AbstractResultResponse
org.apache.directory.shared.ldap.message.SearchResponseDoneImpl
- All Implemented Interfaces:
- Message, Response, ResultResponse, SearchResponseDone
public class SearchResponseDoneImpl
- extends AbstractResultResponse
- implements SearchResponseDone
Lockable SearchResponseDone implementation
- Version:
- $Rev: 434411 $
- 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 AbstractResultResponse
- Parameters:
obj
- the object to be tested for equality
- Returns:
- true if obj is equivalent to this SearchResponseDone impl
Copyright © 2004-2012. All Rights Reserved.