return read (a.create_input_stream ());
return _id;
org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ());
if (obj == null) return null; else if (obj instanceof com.sun.corba.se.PortableActivationIDL.ORBProxy) return (com.sun.corba.se.PortableActivationIDL.ORBProxy)obj; else if (!obj._is_a (id ())) throw new org.omg.CORBA.BAD_PARAM (); else { org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate (); com.sun.corba.se.PortableActivationIDL._ORBProxyStub stub = new com.sun.corba.se.PortableActivationIDL._ORBProxyStub (); stub._set_delegate(delegate); return stub; }
return narrow (istream.read_Object (_ORBProxyStub.class));
if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (com.sun.corba.se.PortableActivationIDL.ORBProxyHelper.id (), "ORBProxy"); } return __typeCode;
if (obj == null) return null; else if (obj instanceof com.sun.corba.se.PortableActivationIDL.ORBProxy) return (com.sun.corba.se.PortableActivationIDL.ORBProxy)obj; else { org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate (); com.sun.corba.se.PortableActivationIDL._ORBProxyStub stub = new com.sun.corba.se.PortableActivationIDL._ORBProxyStub (); stub._set_delegate(delegate); return stub; }
ostream.write_Object ((org.omg.CORBA.Object) value);