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