}
if(initLogger.isLoggable(Level.FINEST)) {
initLogger.log(Level.FINEST, "Settling incomplete transactions");
}
settleThread = new InterruptedStatusThread("settleThread") {
public void run() {
try {
settleTxns();
} catch (InterruptedException ie) {
if (transactionsLogger.isLoggable(Level.FINEST)) {