|
|||||||||||
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.SearchResponseEntryImpl
Lockable SearchResponseEntry implementation
Field Summary |
Fields inherited from interface org.apache.directory.shared.ldap.message.SearchResponseEntry |
TYPE |
Constructor Summary | |
SearchResponseEntryImpl(int id)
Creates a Lockable 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. |
javax.naming.directory.Attributes |
getAttributes()
Gets the set of attributes and all their values in a Attributes. |
LdapDN |
getObjectName()
Gets the distinguished name of the entry object returned. |
void |
setAttributes(javax.naming.directory.Attributes attributes)
Sets the set of attributes and all their values in a Attributes. |
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.AbstractMessage |
add, get, getControls, getMessageId, getType, initControls, 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.Message |
add, get, getControls, getMessageId, getType, put, remove |
Constructor Detail |
public SearchResponseEntryImpl(int id)
id
- the session unique message idMethod Detail |
public javax.naming.directory.Attributes getAttributes()
getAttributes
in interface SearchResponseEntry
public void setAttributes(javax.naming.directory.Attributes attributes)
setAttributes
in interface SearchResponseEntry
attributes
- the set of attributes and all their valuespublic LdapDN getObjectName()
getObjectName
in interface SearchResponseEntry
public void setObjectName(LdapDN objectName)
setObjectName
in interface SearchResponseEntry
public boolean equals(java.lang.Object obj)
equals
in class AbstractMessage
obj
- the object to test for equality with this message
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |