205206207208209210211212213214215
try { sc.clear(); sc.commit(); sc.begin(); } catch (SailException e) { throw new HandlerException(e); } p.handle(tweet); } };
259260261262263264265266267268269
try { tc.clear(); tc.commit(); tc.begin(); } catch (SailException e) { throw new HandlerException(e); } p.handle(tweet); } };
319320321322323324325326327328329
479480481482483484485486487488489
try { c.clear(); c.commit(); c.begin(); } catch (SailException e) { throw new HandlerException(e); } p.handle(tweet); } };
686970717273747576
} finally { c.rollback(); c.close(); } } catch (SailException e) { throw new HandlerException(e); } } }