org.apache.directory.shared.ldap.message
Class SearchResponseDoneImpl

java.lang.Object
  extended byorg.apache.directory.shared.ldap.message.AbstractMessage
      extended byorg.apache.directory.shared.ldap.message.AbstractResponse
          extended byorg.apache.directory.shared.ldap.message.AbstractResultResponse
              extended byorg.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: 379008 $
Author:
Apache Directory Project

Field Summary
 
Fields inherited from interface org.apache.directory.shared.ldap.message.SearchResponseDone
TYPE
 
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(java.lang.Object obj)
          Checks for equality by using the underlying LdapResult objects of this SearchResponseDone stub.
 
Methods inherited from class org.apache.directory.shared.ldap.message.AbstractResultResponse
getLdapResult, toString
 
Methods inherited from class org.apache.directory.shared.ldap.message.AbstractMessage
add, get, getControls, getMessageId, getType, put, remove
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.directory.shared.ldap.message.ResultResponse
getLdapResult
 
Methods inherited from interface org.apache.directory.shared.ldap.message.Message
add, get, getControls, getMessageId, getType, put, remove
 

Constructor Detail

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
Method Detail

equals

public boolean equals(java.lang.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 © 2003-2006 . All Rights Reserved.