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.AspectManager.bindings
           
org.jboss.aop.Advisor.constructionInterceptors
          Use constructorInfos instead 
org.jboss.aop.Advisor.constructorInterceptors
          Use constructorInfos instead 
org.jboss.aop.JoinPointInfo.interceptors
          Use the accessors. Only public for backwards compatiblity with EJB3 
org.jboss.aop.Advisor.methodInterceptors
          use methodInfos instead. These remain here for compatibility with EJB 3 in JBoss 4.x. See JBAOP-517 
org.jboss.aop.MethodInfo.unadvisedMethod
          Use the accessors. Only public for backwards compatiblity with EJB3 
 

Deprecated Methods
org.jboss.aop.ReflectiveAspectBinder.bindConstructorAdvice(Constructor, Map)
           
org.jboss.aop.ReflectiveAspectBinder.bindFieldGetAdvice(Field, Map)
           
org.jboss.aop.ReflectiveAspectBinder.bindFieldSetAdvice(Field, Map)
           
org.jboss.aop.ReflectiveAspectBinder.bindMethodAdvice(Method, Map)
           
org.jboss.aop.AspectXmlLoader.deployXML(URL, ClassLoader)
          Should pass in AspectManager explicitly 
org.jboss.aop.FieldInfo.getAdvisedField()
           
org.jboss.aop.MethodInfo.getAdvisedMethod()
           
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.advice.ClassifiedBindingAndPointcutCollection.getBindingsInternal()
           
org.jboss.aop.MethodByConInfo.getCalling()
           
org.jboss.aop.ConByConInfo.getCalling()
           
org.jboss.aop.advice.GenericAspectFactory.getClazz()
           
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.AspectManager.getDynamicCFlow(String)
           
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.pointcut.ast.SimpleCharStream.getLine()
            
org.jboss.aop.advice.ClassifiedBindingAndPointcutCollection.getPointcutInfosInternal()
           
org.jboss.aop.advice.ClassifiedBindingAndPointcutCollection.getPointcutsInternal()
           
org.jboss.aop.Advisor.getSimpleName(Class)
          Use Class.getSimpleName() instead 
org.jboss.aop.ClassContainer.initializeClassContainer()
           
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 
org.jboss.aop.ClassAdvisor.resolveConstructorCallerConstructorInfoAsWeakReference(int, String, long)
           
org.jboss.aop.ClassAdvisor.resolveConstructorCallerMethodInfo(int, String, long)
           
org.jboss.aop.ClassAdvisor.resolveConstructorCallerMethodInfoAsWeakReference(int, String, long)
           
org.jboss.aop.ClassContainer.setClass(Class)
           
 



Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.