|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultHandler
Callback handler for receiving notification of search results.
The application must pass an implementation of this interface into the
LDAPConnection.search
method. Search responses received
during the execution of the method result in calls to the methods defined
in this interface.
Method Summary | |
---|---|
void |
searchResultEntry(java.lang.String name,
java.util.Map attributes)
Receive an LDAP SearchResultEntry response. |
void |
searchResultReference(java.util.List urls)
Receive an LDAP SearchResultReference response. |
Method Detail |
---|
void searchResultEntry(java.lang.String name, java.util.Map attributes)
typesOnly
was true
, the value
for each attribute will be null. Otherwise it will be a Set of
attribute values, which may be of the following types:
name
- the object name DNattributes
- a map of attribute names to valuesvoid searchResultReference(java.util.List urls)
urls
- the list of LDAP URLs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |