/* */ try
/* */ {
/* 1218 */ OutputStream _os = _request("is_descendant_transaction", true);
/* 1219 */ CoordinatorHelper.write(_os, tc);
/* 1220 */ _is = _invoke(_os);
/* 1221 */ boolean _result = _is.read_boolean();
/* 1222 */ boolean bool1 = _result;
/* */ return bool1;
/* */ }
/* */ catch (RemarshalException _rx)
/* */ {