atomicTransaction.commit(true);
}
else
{
System.err.println("AITMatrixImpl01.AITMatrixImpl01: failed to get lock");
atomicTransaction.rollback();
throw new InvocationException(Reason.ReasonConcurrencyControl);
}
}
catch (InvocationException invocationException)