Interface JoinPointHook represents a listener for
jvmai-events. An aspect-interface is needed to register
an instance of JoinPointHook and to set (and clear)
watches on joinpoints.
Methods of this interface are called by the
aspect-interface whenever a joinpoint with a registered
watch is reached or a class has been loaded into the
virtual machine. Execution of the thread releasing this
events is stopped until this methods have been processed.
Joinpoint related methods receive an instance of a
subclass of JoinPoint containing information about the
joinpoint itself. This instance can then be used to query
the info-interface for additional information. Usually
this instances are valid only until the method exits.
version: $Revision: 1.2 $ author: Stephan Markwalder author: Angela Nicoara |