105106107108109110111112113114115
tx = new ArjunaTransactionImple((Control) null, (ArjunaTransactionImple) null); if (doCommit) tx.commit(true); else tx.rollback(); } // Record the start time. Date startTime = new Date();
121122123124125126127128129130131
tx = new ArjunaTransactionImple((Control) null, (ArjunaTransactionImple) null); if (doCommit) tx.commit(true); else tx.rollback(); } // Record the end time. Date endTime = new Date();