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