Deprecated Methods |
org.jboss.aop.Advisor.getAllMethods()
Need a better mechanism to override the
methods seen by pointcuts, e.g. those provided
by a "proxy advisor" |
org.jboss.aop.annotation.ast.SimpleCharStream.getColumn()
|
org.jboss.aop.pointcut.ast.SimpleCharStream.getColumn()
|
org.jboss.aop.Advisor.getConstructionInterceptors()
Use getConstructionInfos instead |
org.jboss.aop.Advisor.getConstructorInterceptors()
Use getConstructorInfos instead |
org.jboss.aop.ClassAdvisor.getFieldReadInterceptors()
use getFieldReadInfos instead |
org.jboss.aop.ClassAdvisor.getFieldWriteInterceptors()
use getFieldWriteInfos instead |
org.jboss.aop.annotation.ast.SimpleCharStream.getLine()
|
org.jboss.aop.pointcut.ast.SimpleCharStream.getLine()
|
org.jboss.aop.ClassAdvisor.invokeCaller(long, Object, Object[], CallerMethodInfo, Object)
|
org.jboss.aop.ClassAdvisor.invokeConCalledByCon(ConByConInfo, Object[])
Prefer using the version with callingObject instead of this one,
since this object is available for call invocations made inside constructors. |
org.jboss.aop.ClassAdvisor.invokeConCalledByCon(int, Object[], CallerConstructorInfo)
|
org.jboss.aop.ClassAdvisor.invokeConCalledByCon(int, Object, Object[], CallerConstructorInfo)
|
org.jboss.aop.ClassAdvisor.invokeConCalledByMethod(long, Object[], CallerConstructorInfo, Object)
|
org.jboss.aop.ClassAdvisor.invokeConstructorCaller(int, Object, Object[], CallerMethodInfo)
|
org.jboss.aop.ClassAdvisor.invokeConstructorCaller(int, Object, Object, Object[], CallerMethodInfo)
|
org.jboss.aop.ClassAdvisor.invokeConstructorCaller(MethodByConInfo, Object, Object[])
Prefer using the version with callingObject instead of this one,
since this object is available for call invocations made inside constructors. |
org.jboss.aop.ClassAdvisor.populateInterceptorsFromInfos()
We should just be using xxxxInfos |
org.jboss.aop.Advisor.populateInterceptorsFromInfos()
We should just be using xxxxInfos |