TransactionList.TXN_REAPLIMIT,
TransactionList.TXN_REAPINTERVAL/1000);
String exitString = Globals.getBrokerResources().getKString(
BrokerResources.I_COMMITTED_TRAN_REAPER_THREAD_EXIT);
reapTimer = new WakeupableTimer("TransactionReaper",
this,
TransactionList.TXN_REAPINTERVAL,
TransactionList.TXN_REAPINTERVAL,
startString, exitString, this);
} catch (Throwable ex) {