|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.aop.instrument.OptimizedInvocations
org.jboss.aop.instrument.OptimizedBehaviourInvocations
org.jboss.aop.instrument.OptimizedCallerInvocations
public class OptimizedCallerInvocations
Comment
| Constructor Summary | |
|---|---|
OptimizedCallerInvocations()
|
|
| Method Summary | |
|---|---|
protected static String |
createOptimizedConCalledByConInvocationClass(Instrumentor instrumentor,
String className,
javassist.CtClass callingClass,
javassist.CtConstructor con,
int callingIndex,
long calledHash)
|
protected static String |
createOptimizedConCalledByMethodInvocationClass(Instrumentor instrumentor,
String className,
javassist.CtClass callingClass,
javassist.CtConstructor con,
long callingHash,
long calledHash)
|
protected static String |
createOptimizedMethodCalledByConInvocationClass(Instrumentor instrumentor,
String className,
javassist.CtClass callingClass,
javassist.CtMethod method,
int callingIndex,
long calledHash)
|
protected static String |
createOptimizedMethodCalledByMethodInvocationClass(Instrumentor instrumentor,
String className,
javassist.CtClass callingClass,
javassist.CtMethod method,
long callingHash,
long calledHash)
|
| Methods inherited from class org.jboss.aop.instrument.OptimizedBehaviourInvocations |
|---|
addArgumentFieldsToInvocation, addGetArguments, addGetArguments, addSetArguments, setArguments, setArguments |
| Methods inherited from class org.jboss.aop.instrument.OptimizedInvocations |
|---|
defrostClassIfExists, makeInvocationClass |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OptimizedCallerInvocations()
| Method Detail |
|---|
protected static String createOptimizedMethodCalledByConInvocationClass(Instrumentor instrumentor,
String className,
javassist.CtClass callingClass,
javassist.CtMethod method,
int callingIndex,
long calledHash)
throws javassist.NotFoundException,
javassist.CannotCompileException
javassist.NotFoundException
javassist.CannotCompileException
protected static String createOptimizedConCalledByConInvocationClass(Instrumentor instrumentor,
String className,
javassist.CtClass callingClass,
javassist.CtConstructor con,
int callingIndex,
long calledHash)
throws javassist.NotFoundException,
javassist.CannotCompileException
javassist.NotFoundException
javassist.CannotCompileException
protected static String createOptimizedConCalledByMethodInvocationClass(Instrumentor instrumentor,
String className,
javassist.CtClass callingClass,
javassist.CtConstructor con,
long callingHash,
long calledHash)
throws javassist.NotFoundException,
javassist.CannotCompileException
javassist.NotFoundException
javassist.CannotCompileException
protected static String createOptimizedMethodCalledByMethodInvocationClass(Instrumentor instrumentor,
String className,
javassist.CtClass callingClass,
javassist.CtMethod method,
long callingHash,
long calledHash)
throws javassist.NotFoundException,
javassist.CannotCompileException
javassist.NotFoundException
javassist.CannotCompileException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||