208209210211212213214215216217218
public void logic(Object target) { TransactionListener tl = (TransactionListener)target; try { tl.beforeCommit(tx); } catch (Exception e) { throw new RuntimeException(e); } } };