Table of Contents
Previous Chapter
- indexing
- description: "Facilities for tuning up the garbage collection mechanism. This class may be used as ancestor by classes needing its facilities."
- class interface
- feature -- Status report
- -- Is garbage collection enabled?
- feature -- Status setting
- -- Disable garbage collection.
- -- Enable garbage collection.
- feature -- Removal
- -- Action to be executed just before garbage collection
- -- reclaims an object.
- -- Default version does nothing; redefine in descendants
- -- to perform specific dispose actions. Those actions
- -- should only take care of freeing external resources;
- -- they should not perform remote calls on other objects
- -- since these may also be dead and reclaimed.
- -- Force a full collection cycle if garbage
- -- collection is enabled; do nothing otherwise.
- end
Table of Contents
Next Chapter
|