|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.AbstractLdapBean
org.ldaptive.LdapEntry
org.ldaptive.SearchEntry
public class SearchEntry
Simple bean representing a search entry.
| Constructor Summary | |
|---|---|
SearchEntry(int id,
ResponseControl[] c)
Creates a new search entry. |
|
SearchEntry(int id,
ResponseControl[] c,
SortBehavior sb)
Creates a new search entry. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
ResponseControl |
getControl(String oid)
Returns the first response control with the supplied OID for this response message. |
ResponseControl[] |
getControls()
Returns the controls for this message. |
int |
getMessageId()
Returns the message ID for this response message. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class org.ldaptive.LdapEntry |
|---|
addAttribute, addAttributes, clear, computeModifications, getAttribute, getAttribute, getAttributeNames, getAttributes, getDn, removeAttribute, removeAttribute, removeAttributes, setDn, size |
| Methods inherited from class org.ldaptive.AbstractLdapBean |
|---|
getSortBehavior |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SearchEntry(int id,
ResponseControl[] c)
id - message idc - response controls
public SearchEntry(int id,
ResponseControl[] c,
SortBehavior sb)
id - message idc - response controlssb - sort behavior| Method Detail |
|---|
public ResponseControl[] getControls()
getControls in interface Message<ResponseControl>public ResponseControl getControl(String oid)
getControl in interface ResponseMessageoid - of the response control to return
public int getMessageId()
getMessageId in interface ResponseMessagepublic boolean equals(Object o)
equals in class LdapEntrypublic int hashCode()
hashCode in class LdapEntrypublic String toString()
toString in class LdapEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||