Issue 1705: Add Any.extract_Streamable() (java-rtf) Source: (, ) Nature: Uncategorized Issue Severity: Summary: Summary: org.omg.CORBA.portable.Streamable extract_Streamable(); As the name of the operation suggests it allows any Streamable value inserted into an Any using insert_Streamable() to be extracted. A BAD_INV_ORDER exception will be thrown if the operation is invoked on an Any that doesn"t already contain a Streamable. The addition of this method allows for a more efficient Any implementation especially when collocation and DII/DSI is in use. Resolution: closed issue Revised Text: Actions taken: July 20, 1998: received issue July 30, 1998: closed issue Discussion: End of Annotations:===== Return-Path: X-Sender: ccaffrey@eng-mail Date: Mon, 20 Jul 1998 17:31:24 +0100 To: java-rtf@omg.org From: Colm Caffrey Subject: Add Any.extract_Streamable() As discussed at the recent RTF conference call the following proposes adding a new method to the org.omg.CORBA.Any class. The new method is ... org.omg.CORBA.portable.Streamable extract_Streamable(); As the name of the operation suggests it allows any Streamable value inserted into an Any using insert_Streamable() to be extracted. A BAD_INV_ORDER exception will be thrown if the operation is invoked on an Any that doesn't already contain a Streamable. The addition of this method allows for a more efficient Any implementation especially when collocation and DII/DSI is in use. Cheers, Colm.