/* 28 */ InputStream _is = null;
/* */ try
/* */ {
/* 31 */ OutputStream _os = _request("get_top_level_status", true);
/* 32 */ _is = _invoke(_os);
/* 33 */ Status _result = StatusHelper.read(_is);
/* 34 */ Status localStatus1 = _result;
/* */ return localStatus1;
/* */ }
/* */ catch (RemarshalException _rx)
/* */ {
/* */ }
/* */ catch (ApplicationException _ax)
/* */ {
/* 39 */ String _id = _ax.getId();
/* 40 */ throw new RuntimeException("Unexpected exception " + _id);
/* */ }
/* */ finally
/* */ {
/* 44 */ _releaseReply(_is);
/* */ }
/* */
/* */ }
/* */
/* 49 */ ServantObject _so = _servant_preinvoke("get_top_level_status", _opsClass);
/* 50 */ if (_so == null)
/* 51 */ throw new UNKNOWN("local invocations not supported!"); CoordinatorExtOperations _localServant = (CoordinatorExtOperations)_so.servant;
/* */ Status _result;
/* */ try {
/* 56 */ _result = _localServant.get_top_level_status();
/* */ }
/* */ finally
/* */ {