Package org.jcoderz.commons.tracing

Interface Summary
Tracer Interface for classes that collect tracing information about a certain class.
Tracer.TracingToken  
TracingInjector.Matcher  
 

Class Summary
AsmUtil Utility classes around the ASM package.
AspectPattern This class allows to match aspectJ like patterns with the java internal class representation.
AspectPatternTest  
ClassTracingInjector Takes care to add Tracing to the methods.
JulTimingTracer A Tracer implementation that used java.util.logging entering exiting logger as tracing sink and adds timing information.
JulTracer A Tracer implementation that used java.util.logging entering exiting logger as tracing sink.
MethodTracingInjector Takes care to add Tracing to the methods.
Slf4jTracer A Tracer implementation that used Logger as tracing sink.
TracingInjector TODO: Create unit tests!
TracingInjector.MethodMatcher  
TracingInjectorTask Ant task for TracingInjection.
TracingProxy This class can be used to proxy any object, providing tracing for all interfaces of the object.
 



Copyright 2007 The jCoderZ Project.