176177178179180181182183184185186
success = true; }catch(HeuristicMixedException e){ success = true; throw e; } finally { javaEETMS.monitorTxCompleted0(obj, success); } } else { try { javaEETMS.setTransactionCompeting(true); tm.commit();
191192193194195196197198199200201
**/ }catch(HeuristicMixedException e){ success = true; throw e; } finally { javaEETMS.monitorTxCompleted0(obj, success); javaEETMS.setTransactionCompeting(false); } } }
228229230231232233234235236237238
} finally { javaEETMS.setTransactionCompeting(false); } } } finally { javaEETMS.monitorTxCompleted0(obj, false); } } public int getStatus() throws SystemException {
175176177178179180181182183184185
190191192193194195196197198199200
227228229230231232233234235236237