RefIDDoc.tioga
Doug Terry, July 15, 1988 5:12:25 pm PDT
Swinehart, February 18, 1987 5:45:02 pm PST
RefID
CEDAR 7.0 —
RefID
Doug Terry
© Copyright 1985, 1987 Xerox Corporation. All rights reserved.
Abstract: RefID uses CardTab to maintain associations between IDs and REFs. An ID is simply a laundered REF, which can be passed across an RPC connection.
Created by: Doug Terry
Maintained by: Doug Terry <Terry.pa>
Keywords: CardTab, RefID, RefTab
XEROX  Xerox Corporation
   Palo Alto Research Center
   3333 Coyote Hill Road
   Palo Alto, California 94304

RefID
RefID creates IDs for REFs and maps between the two. An ID is simply a laundered REF, which can be passed across an RPC connection. When a REF is "sealed" into an ID, this package holds onto the REF so that it is not garbage collected. IDs must be explicitly released to indicate that interest in the REF no longer exists.
See the interface for further documentation, which is just a set of laundering functions for calls to the standard Cedar CardTab package, which is a clone of the RefTab package using CARDs instead of REFs for keys.