| Class ControlFlow encapsulates thread local information needed
by the jvmai. Each thread will be associated via the ThreadLocalVariable
AspectInterfaceImpl.cflows with an instance of ControlFlow .
With this, the need for joinpoints when they are needed
is elimiated (hence no garbage collection artificially incurred by
this JVMAI implementation.
The control flow contains AT LEAST a pointer to a join-point object
of each kind. The thread-local join-points must be instantiated
such that they all point to a JoinPointContext object
which, again, belongs to this controlflow.
version: $Revision: 1.2 $ author: Andrei Popovici |