示例#1
0
 // read interface
 public org.omg.CORBA.DefinitionKind def_kind() {
   org.omg.CORBA.portable.InputStream _in = null;
   try {
     org.omg.CORBA.portable.OutputStream _out = _request("_get_def_kind", true);
     _in = _invoke(_out);
     org.omg.CORBA.DefinitionKind __result = org.omg.CORBA.DefinitionKindHelper.read(_in);
     return __result;
   } catch (org.omg.CORBA.portable.ApplicationException _ex) {
     _in = _ex.getInputStream();
     String _id = _ex.getId();
     throw new org.omg.CORBA.MARSHAL(_id);
   } catch (org.omg.CORBA.portable.RemarshalException _rm) {
     return def_kind();
   } finally {
     _releaseReply(_in);
   }
 } // def_kind
 public void _read(org.omg.CORBA.portable.InputStream is) {
   value = org.omg.CORBA.DefinitionKindHelper.read(is);
 };