Deprecated API


Contents
Deprecated Classes
org.jboss.aop.standalone.StandaloneClassPool
          Will be removed when Javassist is upgraded past 3.0 beta2 
 

Deprecated Fields
org.jboss.aop.advice.AspectDefinition.advisors
          should not call this directly 
org.jboss.aop.Advisor.constructionInterceptors
          Use constructorInfos instead 
org.jboss.aop.Advisor.constructorInterceptors
          Use constructorInfos 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.factory.duplicate.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.util.MethodHashing.getInterfaceHashes(Class)
          I can't see why this would have any value to anybody apart from this class. It will be made private 
org.jboss.aop.annotation.factory.duplicate.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 
 



Copyright © 2004 JBoss Inc. All Rights Reserved.