[강운덕] [LUCYSUS-1744] 바이트 코드 조작 클래스 별도 분리.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@530 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2012-08-22 08:27:36 +00:00
parent 2a06c2a348
commit a5ee994e8a
29 changed files with 225 additions and 159 deletions
@@ -1,5 +1,6 @@
package com.profiler.modifier.db.mysql;
import com.profiler.interceptor.bci.ByteCodeInstrumentor;
import javassist.ClassPool;
import javassist.CtClass;
import javassist.CtMethod;
@@ -15,8 +16,8 @@ public class MySQLConnectionImplModifier extends AbstractModifier {
private final Logger logger = Logger.getLogger(MySQLConnectionImplModifier.class.getName());
public MySQLConnectionImplModifier(ClassPool classPool) {
super(classPool);
public MySQLConnectionImplModifier(ByteCodeInstrumentor byteCodeInstrumentor) {
super(byteCodeInstrumentor);
}
public String getTargetClass() {