Package org.ldaptive

Interface Operation<Q extends Request,​S extends Result>

    • Method Detail

      • send

        OperationHandle<Q,​S> send​(Q request)
                                 throws LdapException
        Sends an asynchronous request and does not wait for a response.
        Parameters:
        request - operation request
        Returns:
        operation result
        Throws:
        LdapException - if the operation fails
      • execute

        S execute​(Q request)
           throws LdapException
        Sends an asynchronous request and waits for the response.
        Parameters:
        request - operation request
        Returns:
        operation result
        Throws:
        LdapException - if the operation fails