Deprecated API

Deprecated Fields
org.jboss.aop.MethodInfo.advisedMethod
          use accessors instead 
org.jboss.aop.Advisor.constructionInterceptors
          Use constructorInfos instead 
org.jboss.aop.Advisor.constructorInterceptors
          Use constructorInfos instead 
org.jboss.aop.JoinPointInfo.factories
          use accessors instead 
org.jboss.aop.JoinPointInfo.factoryChain
          use accessors instead 
org.jboss.aop.MethodInfo.hash
          use accessors instead 
org.jboss.aop.JoinPointInfo.interceptorChain
          use accessors instead 
org.jboss.aop.JoinPointInfo.interceptors
          use accessors instead 
org.jboss.aop.MethodInfo.unadvisedMethod
          use accessors instead 
 

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(int, Object[], CallerConstructorInfo)
            
org.jboss.aop.ClassAdvisor.invokeConCalledByMethod(long, Object[], CallerConstructorInfo, Object)
            
org.jboss.aop.ClassAdvisor.invokeConstructorCaller(int, Object, Object[], CallerMethodInfo)
            
org.jboss.aop.ClassAdvisor.populateInterceptorsFromInfos()
          We should just be using xxxxInfos 
org.jboss.aop.Advisor.populateInterceptorsFromInfos()
          We should just be using xxxxInfos 
 



Copyright © 2004 JBoss Inc. All Rights Reserved.