@Extensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface SearchResultListener extends java.io.Serializable
LDAPEntrySource class implements this interface and may be used
to provide access to the search results in an Iterator-like manner.| Modifier and Type | Method and Description |
|---|---|
void |
searchEntryReturned(SearchResultEntry searchEntry)
Indicates that the provided search result entry has been returned by the
server and may be processed by this search result listener.
|
void |
searchReferenceReturned(SearchResultReference searchReference)
Indicates that the provided search result reference has been returned by
the server and may be processed by this search result listener.
|
void searchEntryReturned(@NotNull SearchResultEntry searchEntry)
searchEntry - The search result entry that has been returned by the
server.void searchReferenceReturned(@NotNull SearchResultReference searchReference)
searchReference - The search result reference that has been returned
by the server.