Class MethodInstrumenter

java.lang.Object
kieker.monitoring.probe.javassist.MethodInstrumenter

public class MethodInstrumenter
extends java.lang.Object
Method instrumenter.
  • Constructor Summary

    Constructors 
    Constructor Description
    MethodInstrumenter​(javassist.ClassPool pool)  
  • Method Summary

    Modifier and Type Method Description
    void instrumentAllMethods​(javassist.CtClass cc)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • instrumentAllMethods

      public void instrumentAllMethods​(javassist.CtClass cc) throws javassist.NotFoundException, javassist.CannotCompileException
      Throws:
      javassist.NotFoundException
      javassist.CannotCompileException