Package | Description |
---|---|
org.jboss.aop | |
org.jboss.aop.joinpoint |
Modifier and Type | Method and Description |
---|---|
protected MethodByMethodInfo |
GeneratedClassAdvisor.copyInfoFromClassAdvisor(MethodByMethodInfo info)
To be called by initialiseInfosForInstance() in the generated instance advisors
|
MethodByMethodInfo |
ClassAdvisor.resolveCallerMethodInfo(long callingMethodHash,
String calledClass,
long calledMethodHash) |
Modifier and Type | Method and Description |
---|---|
WeakReference<MethodByMethodInfo> |
ClassAdvisor.resolveCallerMethodInfoAsWeakReference(long callingMethodHash,
String calledClass,
long calledMethodHash) |
Modifier and Type | Method and Description |
---|---|
protected MethodByMethodInfo |
GeneratedClassAdvisor.copyInfoFromClassAdvisor(MethodByMethodInfo info)
To be called by initialiseInfosForInstance() in the generated instance advisors
|
protected void |
ClassAdvisor.finalizeMethodCalledByMethodInterceptorChain(MethodByMethodInfo info) |
protected void |
GeneratedClassAdvisor.finalizeMethodCalledByMethodInterceptorChain(MethodByMethodInfo info) |
protected void |
GeneratedClassAdvisor.generateJoinPointClass(MethodByMethodInfo info) |
protected MethodByMethodJoinPointGenerator |
GeneratedClassAdvisor.getJoinPointGenerator(MethodByMethodInfo info) |
Object |
ClassAdvisor.invokeCaller(MethodByMethodInfo info,
Object callingObject,
Object target,
Object[] args) |
Constructor and Description |
---|
MethodCalledByMethodInvocation(MethodByMethodInfo info,
Object callingObject,
Object targetObject,
Interceptor[] interceptors) |
MethodCalledByMethodInvocation(MethodByMethodInfo info,
Object callingObject,
Object targetObject,
Object[] arguments,
Interceptor[] interceptors) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.