|
![]() |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--ipworks.LdapSearchResultEvent
Fired for every entry returned from a search operation.
MessageId identifies the corresponding search request. DN contains the Distinguished Name of the entry, while
the AttrType
and AttrValue
arrays show the list of
retrieved attributes for the entry.
Every search operation result in a sequence of 0 or more SearchResult
events, followed by a SearchComplete
event.
Ldap
,
Ldap.fireSearchResult
, Serialized FormField Summary | |
java.lang.String |
DN
|
int |
messageId
|
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int messageId
public java.lang.String DN
|
![]() |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |