131132133134135136137138139
throw rollbackException; if (xads != null) xads.removeInDoubtXid(xid); } public void end(Xid xid, int flag) throws XAException { getEventRecorder().addEvent(new XAResourceEndEvent(this, xid, flag)); if (endException != null) throw endException; }