90919293949596979899100
{ messageStore.store(m); if (++messagesRead % commitInterval == 0) { messageStore.checkpoint(); } } } } catch (Exception e)
103104105106107108109110111112113
} finally { try { messageStore.checkpoint(); if (browser != null) { browser.close(); }
156157158159160161162163164165166
public void run() { try { store.delete(); store.checkpoint(); SwingUtilities.invokeLater(new Runnable() { public void run() {