public CallableStatementExecuteUpdateTask(int nbToComplete, int totalNb, StoredProcedure proc)(Code)
Creates a new CallableStatementExecuteUpdateTask.
Parameters: nbToComplete - number of threads that must succeed before returning Parameters: totalNb - total number of threads Parameters: proc - the StoredProcedure to call
Executes a write request with the given backend thread.
Parameters: backendThread - the backend thread that will execute the task throws: SQLException - if an error occurs