| This interface represents an object reference, the reachability level
of a reference varies based on the actual reference implementation.
Here are the reachability levels for some of Javolution
references:
-
javolution.context.PersistentContext.Reference PersistentContext.Reference :
Reachable accross multiple program executions.
-
javolution.context.LocalContext.Reference LocalContext.Reference :
Reachable only within the scope of the
javolution.context.LocalContext LocalContext where it has been set.
-
javolution.context.AllocatorContext.Reference AllocatorContext.Reference :
Reachable only within the scope of the
javolution.context.AllocatorContext Allocator where it has been created (factory produced).
author: Jean-Marie Dautelle version: 3.3, May 10, 2005 |