Lines Matching refs:weak
42 /** the server-side interface to a weak object.
47 In order to make it possible to have weak references to objects,
49 a weak adapter for the clients.
51 <h4>Concept of weak referencing:</h4>
55 weak references.</p>
59 <p>The sense of weak references is to hold a reference to an object
60 without affecting the lifetime of the object. That means that a weak
64 <p>The following interfaces describe one way to handle weak references
65 by providing a weak adapter. The weak object has to provide this
66 adapter if anyone wants to hold a weak reference. To separate their
68 reference counter. The weak reference is in fact only a hard reference
70 That means that the implementation and synchronization of weak
72 interfaces are involved in the concept of weak referencing:
86 the holder of any weak reference. It is used for notification
98 /** queries the weak adapter.