Issue 2403: Correct interface symantics for createExchangeRate (currency-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: The createExchangeRate() and getExchangeRate() interfaces accept arguments sourceCurrencyMnemonic and targetCurrencyMnemonic. There is no mention in the document regarding how the component should react (e.g. throw an exception) if the passed arguments are the same mnemonic. Resolution: closed issue, resolved by Currency 2 RTF Revised Text: Resolution: Change spec. to add documentation as to what the preconditions are for the createExchangeRate operation and getExchangeRate operation Revised Text: Add to section 2.3.11 at the end of the description of the createExchangeRate operation: The preconditions for this operation are identical to that of the ExchangeRate value's init() operation. Add to section 2.3.11 at the end of the description of the getExchangeRate operation: An exception will be raised if the source currency mnemonic argument is identical to the target currency mnemonic argument Actions taken: January 11, 1999: received issue May 4, 2000: closed issue Discussion: End of Annotations:===== Return-Path: From: Robert_Mickley@CYBORG.COM X-Lotus-FromDomain: CYBORG@CYBORG_NET To: issues@omg.org cc: Robert_Mickley@CYBORG.COM, Amy_Griffis@CYBORG.COM Date: Mon, 11 Jan 1999 21:28:52 -0700 Subject: Currency RTF Issues Content-Disposition: inline Today is the deadline for comments for the Currency RTF. Below is an itemized list of additions to that list. Issue Title: Correct interface symantics for createExchangeRate Issue Type: Text Revision Issue Description: The createExchangeRate() and getExchangeRate() interfaces accept arguments sourceCurrencyMnemonic and targetCurrencyMnemonic. There is no mention in the document regarding how the component should react (e.g. throw an exception) if the passed arguments are the same mnemonic.