org.jcoderz.commons.tracing
Class MethodTracingInjector

java.lang.Object
  extended by org.jcoderz.commons.tracing.MethodTracingInjector

public class MethodTracingInjector
extends Object

Takes care to add Tracing to the methods.

Author:
mandelan

Constructor Summary
MethodTracingInjector(MethodNode mn, ClassTracingInjector ci)
          Create a new MethodTracingInjector.
 
Method Summary
 void inject()
          Do the job.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodTracingInjector

public MethodTracingInjector(MethodNode mn,
                             ClassTracingInjector ci)
Create a new MethodTracingInjector.

Parameters:
mn - the method node where to inject the tracing logging.
ci - the class injector where this method belongs to
Method Detail

inject

public void inject()
Do the job.



Copyright 2007 The jCoderZ Project.