Modifier and Type | Method and Description |
---|---|
protected void |
AsyncSearchOperation.AsyncSearchListener.processSearchItem(SearchItem item)
Invokes the handlers for the supplied search item.
|
void |
AsyncSearchOperation.AsyncSearchListener.searchItemReceived(SearchItem item) |
Modifier and Type | Method and Description |
---|---|
SearchItem |
SearchIterator.next()
Returns the next element in the iteration.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchListener.searchItemReceived(SearchItem item)
Invoked when a search item is received from a provider.
|
Modifier and Type | Method and Description |
---|---|
SearchItem |
ApacheLdapConnection.ApacheLdapSearchIterator.next() |
protected SearchItem |
ApacheLdapConnection.AbstractApacheLdapSearch.processIntermediateResponse(org.apache.directory.api.ldap.model.message.IntermediateResponse res)
Processes the response controls on the supplied response and returns a corresponding search item.
|
protected SearchItem |
ApacheLdapConnection.AbstractApacheLdapSearch.processSearchResultEntry(org.apache.directory.api.ldap.model.message.SearchResultEntry entry)
Processes the response controls on the supplied entry and returns a corresponding search item.
|
protected SearchItem |
ApacheLdapConnection.AbstractApacheLdapSearch.processSearchResultReference(org.apache.directory.api.ldap.model.message.SearchResultReference ref)
Processes the response controls on the supplied reference and returns a corresponding search item.
|
Modifier and Type | Method and Description |
---|---|
SearchItem |
JLdapConnection.JLdapSearchIterator.next() |
protected SearchItem |
JLdapConnection.AbstractJLdapSearch.processLDAPIntermediateResponse(com.novell.ldap.LDAPIntermediateResponse res)
Processes the response controls on the supplied response and returns a corresponding search item.
|
protected SearchItem |
JLdapConnection.AbstractJLdapSearch.processLDAPSearchResult(com.novell.ldap.LDAPSearchResult res)
Processes the response controls on the supplied result and returns a corresponding search item.
|
protected SearchItem |
JLdapConnection.AbstractJLdapSearch.processLDAPSearchResultReference(com.novell.ldap.LDAPSearchResultReference ref)
Processes the response controls on the supplied reference and returns a corresponding search item.
|
Modifier and Type | Method and Description |
---|---|
SearchItem |
JndiConnection.JndiSearchIterator.next() |
Modifier and Type | Field and Description |
---|---|
protected Queue<SearchItem> |
OpenDJConnection.OpenDJSearchIterator.SearchResultIterator.queue
Search items.
|
Modifier and Type | Method and Description |
---|---|
SearchItem |
OpenDJConnection.OpenDJSearchIterator.next() |
SearchItem |
OpenDJConnection.OpenDJSearchIterator.SearchResultIterator.next()
Returns the next search item from the queue.
|
protected SearchItem |
OpenDJConnection.AbstractOpenDJSearch.processIntermediateResponse(org.forgerock.opendj.ldap.responses.IntermediateResponse res)
Processes the response controls on the supplied response and returns a corresponding search item.
|
protected SearchItem |
OpenDJConnection.AbstractOpenDJSearch.processSearchResultEntry(org.forgerock.opendj.ldap.responses.SearchResultEntry entry)
Processes the response controls on the supplied entry and returns a corresponding search item.
|
protected SearchItem |
OpenDJConnection.AbstractOpenDJSearch.processSearchResultReference(org.forgerock.opendj.ldap.responses.SearchResultReference ref)
Processes the response controls on the supplied reference and returns a corresponding search item.
|
Modifier and Type | Field and Description |
---|---|
protected Queue<SearchItem> |
UnboundIDConnection.UnboundIDSearchIterator.SearchResultIterator.queue
Search items.
|
Modifier and Type | Method and Description |
---|---|
SearchItem |
UnboundIDConnection.UnboundIDSearchIterator.next() |
SearchItem |
UnboundIDConnection.UnboundIDSearchIterator.SearchResultIterator.next()
Returns the next search item from the queue.
|
protected SearchItem |
UnboundIDConnection.AbstractUnboundIDSearch.processIntermediateResponse(com.unboundid.ldap.sdk.IntermediateResponse res)
Processes the response controls on the supplied response and returns a corresponding search item.
|
protected SearchItem |
UnboundIDConnection.AbstractUnboundIDSearch.processSearchResultEntry(com.unboundid.ldap.sdk.SearchResultEntry entry)
Processes the response controls on the supplied entry and returns a corresponding search item.
|
protected SearchItem |
UnboundIDConnection.AbstractUnboundIDSearch.processSearchResultReference(com.unboundid.ldap.sdk.SearchResultReference ref)
Processes the response controls on the supplied reference and returns a corresponding search item.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.