eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HandleRegistry':

Home

everywhere
www.exept.de
for:
[back]

Class: HandleRegistry


Inheritance:

   Object
   |
   +--Registry
      |
      +--HandleRegistry

Package:
stx:libbasic
Category:
System-Support
Version:
rev: 1.9 date: 2002/03/04 19:15:09
user: stefan
file: HandleRegistry.st directory: libbasic
module: stx stc-classLibrary: libbasic
Author:
Claus Gittinger

Description:


HandleRegistries are like Registries, in that they watch for the death of
a registered object. However, they send a self-change notification, passing the registered
handle as argument, instead of creating a shallow copy and letting it do the finalization.
Use Registry for objects which know themself how to clean up;
use HandleRegistry, if someone else does the cleanup.


Instance protocol:

dispose handling
o  informDispose: someHandle
an element was disposed; let my dependents know about this

redefined to block
o  register: anObject
not useful for HandleRegistry - use #register:as:

o  registerChange: anObject
not useful for HandleRegistry



ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 19:13:08 GMT