SavepointTask(int nbToComplete, int totalNb, TransactionMetaData tm, String savepointName) Sets a savepoint given a transaction metadata and a savepoint name.
Sets a savepoint given a transaction metadata and a savepoint name.
Parameters: nbToComplete - number of threads that must succeed before returning Parameters: totalNb - total number of threads Parameters: tm - transaction metadata Parameters: savepointName - the savepoint to remove throws: NullPointerException - if tm is null