Package org.objectweb.jac.aspects.tracing

Provides an aspect which allows the users to trace their programs

See:
          Description

Interface Summary
TracingConf This sample aspect component traces the calls on all the objects of the program.
 

Class Summary
Counter The functional part of the counting aspect: a counter object.
Debugger This class is a simple debugger that can by used by a program to step the called methods and print some informations.
DebuggingAC Implements a simple debugging aspect for JAC applications.
DebuggingWrapper This wrapper upcalls the debugger when a method that have to be debugged is called and returns.
OptimizedCountingWrapper This counter must wrap the methods of which calls have to be counted.
Recorder This class is able to record a set of methods call and replay them.
RecordingWrapper  
SimpleCountingWrapper This simple counter must wrap the methods of which calls have to be counted.
TracingAC This sample aspect component traces the calls on all the objects of the program.
 

Package org.objectweb.jac.aspects.tracing Description

Provides an aspect which allows the users to trace their programs.

Related Documentation

For overviews, sources, tutorials, examples, guides, and tool documentation, please see: