OutputStream out = _request("_get_homeHandle", true);
in = (InputStream)_invoke(out);
return (HomeHandle) in.read_abstract_interface(HomeHandle.class);
} catch (ApplicationException ex) {
in = (InputStream) ex.getInputStream();
String id = in.read_string();
throw new UnexpectedException(id);
} catch (RemarshalException ex) {
continue;
}
} catch (SystemException ex) {