/* 481 */ InputStream _is = null;
/* */ try
/* */ {
/* 484 */ OutputStream _os = _request("get_terminator", true);
/* 485 */ _is = _invoke(_os);
/* 486 */ Terminator _result = TerminatorHelper.read(_is);
/* 487 */ Terminator localTerminator1 = _result;
/* */ return localTerminator1;
/* */ }
/* */ catch (RemarshalException _rx)
/* */ {
/* */ }
/* */ catch (ApplicationException _ax)
/* */ {
/* 492 */ String _id = _ax.getId();
/* 493 */ if (_id.equals("IDL:omg.org/CosTransactions/Unavailable:1.0"))
/* */ {
/* 495 */ throw UnavailableHelper.read(_ax.getInputStream());
/* */ }
/* 497 */ throw new RuntimeException("Unexpected exception " + _id);
/* */ }
/* */ finally
/* */ {
/* 501 */ _releaseReply(_is);
/* */ }
/* */
/* */ }
/* */
/* 506 */ ServantObject _so = _servant_preinvoke("get_terminator", _opsClass);
/* 507 */ if (_so == null)
/* 508 */ throw new UNKNOWN("local invocations not supported!"); TransactionServiceOperations _localServant = (TransactionServiceOperations)_so.servant;
/* */ Terminator _result;
/* */ try {
/* 513 */ _result = _localServant.get_terminator();
/* */ }
/* */ finally
/* */ {