public KillThreadTask(int nbToComplete, int totalNb)(Code)
Creates a new KillThreadTask instance that must be executed
by nbToComplete backend threads
Parameters: nbToComplete - number of threads that must succeed before returning Parameters: totalNb - total number of threads
This function call the backendThread kill function and notifies the task
completion success.
Parameters: backendThread - the backend thread that will execute the task throws: SQLException - if an error occurs