Interface ManagementRequestContext.AsyncTask<A>

    • Method Detail

      • execute

        void execute​(ManagementRequestContext<A> context)
              throws Exception
        Execute the task.

        If the task throws an exception during execution, the failed method of the ResultHander associated with the request will be invoked, and if it returns true a failure message will be sent to the remote client.

        Parameters:
        context - the request context
        Throws:
        Exception