| Abstract class JoinPoint is the base-class
for a set of JoinPoint-classes. Instances of this classes
contain information about a joinpoint which has been
reached during execution. The callback-methods in
JoinPointHook receive such instances as
arguments. They can then be used to retrieve additional
information about the state of the VM when this
join-point has been reached (e.g. local variables, name
of the method currently beeing executed ...)
Important : Use only JoinPoint-objects provided by
a JoinPointHook-method. Do not create them on your own
Notice: In addition to the data created by the
aspect interface, this method compiles to the AspectJ
API.
version: $Revision: 1.1.1.1 $ author: Andrei Popovici |