Issue 3452: No factory for protocol properties (rt-corba-ftf) Source: Objective Interface Systems (Mr. Bill Beckwith, bill.beckwith@ois.com) Nature: Uncategorized Issue Severity: Summary: There is no standard factory method for users to create ProtocolProperties, TCPProtocolProperties, or GIOPProtocolProperties. Resolution: accepted Revised Text: Resolution : Add the following factory operation to the IDL for RTCORBA::RTORB : TCPProtocolProperties create_tcp_protocol_properties( in long send_buffer_size, in long recv_buffer_size, in boolean keep_alive, in boolean dont_route, in boolean no_delay ); Add the following text to the paragraph after the IDL at the top of page 55 in ptc/99-06-02 : "Instances of TCPProtocolProperties may be created by using the create_tcp_protocol_properties operation of RTORB." Disposition : Accepted Actions taken: March 23, 2000: received issue January 9, 2001: closed issue Discussion: End of Annotations:===== X-Sender: beckwb@192.84.85.3 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Thu, 23 Mar 2000 17:40:38 -0500 To: rt-corba-ftf@omg.org From: Bill Beckwith Subject: No factory for protocol properties Cc: issues@omg.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-UIDL: jpdd9+AI!!N^=!!lT?!! There is no standard factory method for users to create ProtocolProperties, TCPProtocolProperties, or GIOPProtocolProperties. -- Bill Sender: jon Message-ID: <390DFD5C.D1A523AC@highlander.com> Date: Mon, 01 May 2000 17:55:40 -0400 From: Jon Currey Organization: Highlander X-Mailer: Mozilla 4.72 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: rt-corba-ftf@omg.org Subject: Re: Issue 3452: No factory for protocol properties Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii X-UIDL: T\?!!/2Me9CH&!!#Opd9 > Summary: There is no standard factory method for users to create ProtocolProperties, > TCPProtocolProperties, or GIOPProtocolProperties. I propose that we add a factory operation to interface RTCORBA::RTORB for creation of instances of TCPProtocolProperties. I propose that we do not add a factory operation for ProtocolProperties, as this is an abstract base type, that the application will not instantiate. I propose that we do not add a factory operation for GIOPProtocolProperties - see comments on issue 3453 for details. Proposal: Add the following factory operation to the IDL for RTCORBA::RTORB : TCPProtocolProperties create_tcp_protocol_properties( in long send_buffer_size, in long recv_buffer_size, in boolean keep_alive, in boolean dont_route, in boolean no_delay ); Add the following text to the paragraph after the IDL at the top of page 55 in ptc/99-06-02 : "Instances of TCPProtocolProperties may be created by using the create_tcp_protocol_properties operation of RTORB." Sender: jon Message-ID: <3975B966.BAD4ECF3@highlander.com> Date: Wed, 19 Jul 2000 10:21:26 -0400 From: Jon Currey Organization: Highlander X-Mailer: Mozilla 4.72 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: "rt-corba-ftf@omg.org" Subject: Proposal for Issue 3452 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii X-UIDL: 5`Zd9&Me!!NY+e9EgIe9 Summary: There is no standard factory method for users to create ProtocolProperties, TCPProtocolProperties, or GIOPProtocolProperties. Again, I would like to make the same proposal that I made in the 1.1 FTF : Proposal: Add the following factory operation to the IDL for RTCORBA::RTORB : TCPProtocolProperties create_tcp_protocol_properties( in long send_buffer_size, in long recv_buffer_size, in boolean keep_alive, in boolean dont_route, in boolean no_delay ); Add the following text to the paragraph after the IDL at the top of page 55 in ptc/99-06-02 : "Instances of TCPProtocolProperties may be created by using the create_tcp_protocol_properties operation of RTORB." Jon.