org.omg.CORBA.portable.InputStream in = a.create_input_stream(); return read(in);
return "IDL:CoffeeMachine/Supply:1.0";
org.omg.CORBA.portable.OutputStream out = a.create_output_stream(); write(out, that); a.read_value(out.create_input_stream(), type());
if (that == null) return null; if (that instanceof CoffeeMachine.Supply) return (CoffeeMachine.Supply) that; if (!that._is_a(id())) { throw new org.omg.CORBA.BAD_PARAM(); } org.omg.CORBA.portable.Delegate dup = ((org.omg.CORBA.portable.ObjectImpl)that)._get_delegate(); CoffeeMachine.Supply result = new CoffeeMachine._SupplyStub(dup); return result;
return CoffeeMachine.SupplyHelper.narrow(in.read_Object());
if (_tc == null) _tc = org.omg.CORBA.ORB.init().create_interface_tc(id(), "Supply"); return _tc;
out.write_Object(that);