From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6eac62e4f2badf3a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-09 20:32:30 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!uwm.edu!newsfeed.cs.wisc.edu!nnxp1.twtelecom.net!news-east.rr.com!wn12feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi_feed4!attbi.com!sccrnsc02.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Persistence of limited tagged types References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc02 1049945547 12.234.13.56 (Thu, 10 Apr 2003 03:32:27 GMT) NNTP-Posting-Date: Thu, 10 Apr 2003 03:32:27 GMT Organization: AT&T Broadband Date: Thu, 10 Apr 2003 03:32:27 GMT Xref: archiver1.google.com comp.lang.ada:36039 Date: 2003-04-10T03:32:27+00:00 List-Id: > Live objects, because they cannot just be copied, cannot be directly > archived or restored, but must first be properly deactivated and > reactivated, by specific operations that have the correct specific logic > for each live (limited) type. That sounds like a Limited Controlled object. Initialize creates de novo or reads from disk to "activate" and Finalize deactivates, storing appropriate reconstruction info on disk.