| | |
| | | * entry is associated. |
| | | * @param searchEntry The search result entry to be sent to |
| | | * the client. |
| | | * |
| | | * @throws DirectoryException If a problem occurs while processing |
| | | * the entry and the search should be |
| | | * terminated. |
| | | */ |
| | | public void sendSearchEntry(SearchOperation searchOperation, |
| | | SearchResultEntry searchEntry) |
| | | throws DirectoryException |
| | | { |
| | | ((InternalSearchOperation) searchOperation). |
| | | addSearchEntry(searchEntry); |
| | |
| | | * referrals, or <CODE>false</CODE> if the client cannot |
| | | * handle referrals and no more attempts should be made to |
| | | * send them for the associated search operation. |
| | | * |
| | | * @throws DirectoryException If a problem occurs while processing |
| | | * the entry and the search should be |
| | | * terminated. |
| | | */ |
| | | public boolean sendSearchReference(SearchOperation searchOperation, |
| | | SearchResultReference searchReference) |
| | | throws DirectoryException |
| | | { |
| | | ((InternalSearchOperation) |
| | | searchOperation).addSearchReference(searchReference); |