return Examples.TransactionHelper.narrow(in.read_Object());
out.write_Object(that);
if (that == null) return true; else return that._is_a(id());
org.omg.CORBA.portable.InputStream in = a.get_input_stream(); return __read(in);
return "IDL:Examples/Transaction:1.0";
org.omg.CORBA.portable.OutputStream out = a.create_output_stream(); a.type(type()); __write(out, that); a.read_value(out.get_input_stream(), type());
if (that == null) return null; if (that instanceof Examples.Transaction) return (Examples.Transaction) that; if (!_is_a(that)) { throw new org.omg.CORBA.BAD_PARAM(); } org.omg.CORBA.portable.Delegate dup = ((org.omg.CORBA.portable.ObjectImpl)that)._get_delegate(); Examples.Transaction result = new Examples._TransactionStub(dup); return result;
if (_tc == null) _tc = org.omg.CORBA.ORB.init().create_interface_tc(id(), "Transaction"); return _tc;