|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
Lockable SearchResponseDone implementation
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 |
public SearchResponseDoneImpl(int id)
id
- the session unique message idMethod Detail |
public boolean equals(java.lang.Object obj)
equals
in class AbstractResultResponse
obj
- the object to be tested for equality
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |