/* */ try
/* */ {
/* 130 */ OutputStream _os = _request("replay_completion", true);
/* 131 */ ResourceHelper.write(_os, r);
/* 132 */ _is = _invoke(_os);
/* 133 */ Status _result = StatusHelper.read(_is);
/* 134 */ Status localStatus1 = _result;
/* */ return localStatus1;
/* */ }
/* */ catch (RemarshalException _rx)
/* */ {
/* */ }
/* */ catch (ApplicationException _ax)
/* */ {
/* 139 */ String _id = _ax.getId();
/* 140 */ if (_id.equals("IDL:omg.org/CosTransactions/NotPrepared:1.0"))
/* */ {
/* 142 */ throw NotPreparedHelper.read(_ax.getInputStream());
/* */ }
/* 144 */ throw new RuntimeException("Unexpected exception " + _id);
/* */ }
/* */ finally
/* */ {
/* 148 */ _releaseReply(_is);
/* */ }
/* */
/* */ }
/* */
/* 153 */ ServantObject _so = _servant_preinvoke("replay_completion", _opsClass);
/* 154 */ if (_so == null)
/* 155 */ throw new UNKNOWN("local invocations not supported!"); TransactionServiceOperations _localServant = (TransactionServiceOperations)_so.servant;
/* */ Status _result;
/* */ try {
/* 160 */ _result = _localServant.replay_completion(r);
/* */ }
/* */ finally
/* */ {