|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.message.InternalAbstractMessage
org.apache.directory.shared.ldap.message.InternalAbstractResponse
org.apache.directory.shared.ldap.message.SearchResponseEntryImpl
public class SearchResponseEntryImpl
Lockable SearchResponseEntry implementation
| Field Summary |
|---|
| Fields inherited from interface org.apache.directory.shared.ldap.message.InternalSearchResponseEntry |
|---|
TYPE |
| Constructor Summary | |
|---|---|
SearchResponseEntryImpl(int id)
Creates a SearchResponseEntry 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 comparing the objectName, and attributes properties of this Message after delegating to the super.equals() method. |
Entry |
getEntry()
Gets the entry |
LdapDN |
getObjectName()
Gets the distinguished name of the entry object returned. |
void |
setEntry(Entry entry)
Sets the entry. |
void |
setObjectName(LdapDN objectName)
Sets the distinguished name of the entry object returned. |
java.lang.String |
toString()
Return a string representation of a SearchResultEntry request |
| Methods inherited from class org.apache.directory.shared.ldap.message.InternalAbstractMessage |
|---|
add, addAll, get, getControls, getMessageId, getType, hasControl, hashCode, put, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.directory.shared.ldap.message.InternalMessage |
|---|
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove |
| Constructor Detail |
|---|
public SearchResponseEntryImpl(int id)
id - the session unique message id| Method Detail |
|---|
public Entry getEntry()
getEntry in interface InternalSearchResponseEntrypublic void setEntry(Entry entry)
setEntry in interface InternalSearchResponseEntryentry - the entrypublic LdapDN getObjectName()
getObjectName in interface InternalSearchResponseEntrypublic void setObjectName(LdapDN objectName)
setObjectName in interface InternalSearchResponseEntryobjectName - the Dn of the entry returned.public boolean equals(java.lang.Object obj)
equals in class InternalAbstractMessageobj - the object to test for equality with this message
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||