Issue 2398: Add validity checkign for StateIdentifier (currency-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: Add the boolean valid(in CosObjectIdentifier::IdentifiableObject stateIdentifier) interface. This must be included so that each interface that accepts a stateIdentifier can do validity checking against it before servicing the request. Resolution: closed issue, resolved by Currency 2 RTF Revised Text: Resolution: Add new operation to spec. for checking validitiy. Revised Text: At end of section 2.3.9 add: boolean valid(in long identifier) raises(FbcException); A given state identifier can be checked for validity using this operation. True is returned if the identifier is still valid ( has been issued, but not removed), otherwise false is returned. An exception will be thrown in the case where validity cannot be confirmed nor denied. Revised Idl: Add the following to the consolidated idl (Appendix A), for the StateIdManager interface: boolean valid(in long identifier) raises(FbcException); 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: Add validity checkign for StateIdentifier Issue Type: IDL Revision Issue Description: Add the boolean valid(in CosObjectIdentifier::IdentifiableObject stateIdentifier) interface. This must be included so that each interface that accepts a stateIdentifier can do validity checking against it before servicing the request.