Interface ActiveSearchOperationContext

    • Method Detail

      • sendSearchEntry

        void sendSearchEntry​(SearchResultEntry e)
                      throws LDAPException
        Attempts to send a search result entry to the client.
        Parameters:
        e - The entry to be returned to the client.
        Throws:
        LDAPException - If a problem occurs while attempting to send the entry and processing on the associated operation should be aborted.
      • sendSearchReference

        void sendSearchReference​(SearchResultReference r)
                          throws LDAPException
        Attempts to send a search result reference to the client.
        Parameters:
        r - The reference to be returned to the client.
        Throws:
        LDAPException - If a problem occurs while attempting to send the reference and processing on the associated operation should be aborted.