160161162163164165166167168169170
return; } try { RemoteAspectManager manager = getAspectManager(); manager.commit(transactionId); } catch (RemoteException e) { getRun().setUnreachable(); throw new UnreachableException(e); } finally { transactionId = null;