Uses of Interface
org.jboss.aop.advice.Interceptor

Packages that use Interceptor
org.jboss.aop   
org.jboss.aop.advice   
org.jboss.aop.joinpoint   
org.jboss.aop.proxy   
org.jboss.aop.standalone   
 

Uses of Interceptor in org.jboss.aop
 

Fields in org.jboss.aop declared as Interceptor
 Interceptor[] CallerConstructorInfo.interceptors
           
 Interceptor[] JoinPoint.interceptors
           
 Interceptor[] CallerMethodInfo.interceptors
           
protected  Interceptor[][] Advisor.constructorInterceptors
           
protected  Interceptor[][] Advisor.constructionInterceptors
           
 

Methods in org.jboss.aop that return Interceptor
 Interceptor[] ClassInstanceAdvisor.getInterceptors()
           
 Interceptor[] ClassInstanceAdvisor.getInterceptors(Interceptor[] advisorChain)
          Called by the advisor
 Interceptor[] InstanceAdvisor.getInterceptors()
           
 Interceptor[] InstanceAdvisor.getInterceptors(Interceptor[] baseChain)
           
 Interceptor[][] Advisor.getConstructorInterceptors()
           
 Interceptor[][] Advisor.getConstructionInterceptors()
           
 Interceptor Advisor.getAdviceInterceptor(AspectDefinition def, String adviceName, Joinpoint joinpoint)
           
 Interceptor[] Advisor.applyPrecedence(Interceptor[] interceptors)
           
 Interceptor[][] ClassAdvisor.getFieldReadInterceptors()
           
 Interceptor[][] ClassAdvisor.getFieldWriteInterceptors()
           
 

Methods in org.jboss.aop with parameters of type Interceptor
 Interceptor[] ClassInstanceAdvisor.getInterceptors(Interceptor[] advisorChain)
          Called by the advisor
 void ClassInstanceAdvisor.insertInterceptor(int index, Interceptor interceptor)
           
 void ClassInstanceAdvisor.insertInterceptor(Interceptor interceptor)
           
 void ClassInstanceAdvisor.appendInterceptor(Interceptor interceptor)
           
 void ClassInstanceAdvisor.appendInterceptor(int index, Interceptor interceptor)
           
 Interceptor[] InstanceAdvisor.getInterceptors(Interceptor[] baseChain)
           
 void InstanceAdvisor.insertInterceptor(Interceptor interceptor)
           
 void InstanceAdvisor.appendInterceptor(Interceptor interceptor)
           
 void InstanceAdvisor.insertInterceptor(int index, Interceptor interceptor)
           
 void InstanceAdvisor.appendInterceptor(int index, Interceptor interceptor)
           
 void Advisor.addAdviceInterceptor(AspectDefinition def, String adviceName, Interceptor interceptor, Joinpoint joinpoint)
           
 Interceptor[] Advisor.applyPrecedence(Interceptor[] interceptors)
           
 

Constructors in org.jboss.aop with parameters of type Interceptor
CallerConstructorInfo(Constructor called, Method wrapping, Interceptor[] in)
           
CallerConstructorInfo(Constructor c, Interceptor[] in)
           
CallerMethodInfo(Method m, Interceptor[] in)
           
 

Uses of Interceptor in org.jboss.aop.advice
 

Classes in org.jboss.aop.advice that implement Interceptor
 class AbstractAdvice
          Comment
 class CFlowInterceptor
          Comment
 class PerInstanceAdvice
          Comment
 class PerInstanceInterceptor
          Comment
 class PerJoinpointAdvice
          Comment
 class PerJoinpointInterceptor
          Comment
 

Methods in org.jboss.aop.advice that return Interceptor
 Interceptor[] AdviceStack.createInterceptors(Advisor advisor, Joinpoint jp)
           
 Interceptor[] AdviceStack.createInterceptors()
           
static Interceptor PerVmAdvice.generateOptimized(Joinpoint joinpoint, AspectManager manager, String adviceName, AspectDefinition a)
           
static Interceptor PerVmAdvice.generateInterceptor(Joinpoint joinpoint, Object aspect, String adviceName)
           
static Interceptor PerVmAdvice.generateArgsInterceptor(Object aspect, Method advice, Joinpoint joinpoint)
           
static Interceptor PerClassAdvice.generate(Joinpoint joinpoint, Advisor advisor, String adviceName, AspectDefinition def)
           
 Interceptor GenericInterceptorFactory.create(Advisor advisor, Joinpoint joinpoint)
           
static Interceptor PerJoinpointInterceptor.createInterceptor(Advisor advisor, Joinpoint joinpoint, AspectDefinition def)
           
static Interceptor PerJoinpointAdvice.createInterceptor(Advisor advisor, Joinpoint joinpoint, AspectDefinition def, String adviceName)
           
 Interceptor InterceptorFactory.create(Advisor advisor, Joinpoint joinpoint)
           
static Interceptor[] PrecedenceSorter.applyPrecedence(Interceptor[] interceptors, AspectManager manager)
           
 Interceptor AdviceFactory.create(Advisor advisor, Joinpoint joinpoint)
           
 Interceptor ScopedInterceptorFactory.create(Advisor advisor, Joinpoint joinpoint)
           
 

Methods in org.jboss.aop.advice with parameters of type Interceptor
static Interceptor[] PrecedenceSorter.applyPrecedence(Interceptor[] interceptors, AspectManager manager)
           
 

Constructors in org.jboss.aop.advice with parameters of type Interceptor
CFlowInterceptor(String cflowString, ASTCFlowExpression expr, Interceptor[] chain)
           
 

Uses of Interceptor in org.jboss.aop.joinpoint
 

Fields in org.jboss.aop.joinpoint declared as Interceptor
protected  Interceptor[] InvocationBase.interceptors
           
 

Methods in org.jboss.aop.joinpoint that return Interceptor
 Interceptor[] InvocationBase.getInterceptors()
           
 Interceptor[] Invocation.getInterceptors()
           
 

Methods in org.jboss.aop.joinpoint with parameters of type Interceptor
 Invocation FieldWriteInvocation.getWrapper(Interceptor[] newchain)
          Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow.
 Invocation ConstructorCalledByConstructorInvocation.getWrapper(Interceptor[] newchain)
          Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow.
 Invocation MethodCalledByMethodInvocation.getWrapper(Interceptor[] newchain)
          Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow.
 Object InvocationBase.invokeNext(Interceptor[] newInterceptors)
          Invoke on the next interceptor in the chain.
 Invocation MethodCalledByConstructorInvocation.getWrapper(Interceptor[] newchain)
          Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow.
 Invocation FieldReadInvocation.getWrapper(Interceptor[] newchain)
          Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow.
 Invocation ConstructorInvocation.getWrapper(Interceptor[] newchain)
          Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow.
 Invocation ConstructorCalledByMethodInvocation.getWrapper(Interceptor[] newchain)
          Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow.
 Object Invocation.invokeNext(Interceptor[] newInterceptors)
          Invoke on the next interceptor in the chain.
 Invocation Invocation.getWrapper(Interceptor[] newchain)
          Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow.
 Invocation ConstructionInvocation.getWrapper(Interceptor[] newchain)
          Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow.
 Invocation MethodInvocation.getWrapper(Interceptor[] newchain)
          Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow.
 

Constructors in org.jboss.aop.joinpoint with parameters of type Interceptor
FieldReadInvocationWrapper(FieldReadInvocation wrapped, Interceptor[] interceptors)
           
FieldWriteInvocation(Field field, int index, Object value, Interceptor[] interceptors)
           
FieldWriteInvocation(Interceptor[] interceptors)
           
ConstructorCalledByConstructorInvocation(Interceptor[] interceptors)
           
ConstructorInvocationWrapper(ConstructorInvocation wrapped, Interceptor[] interceptors)
           
MethodCalledByMethodInvocation(Interceptor[] interceptors, Method calledMethod, Object[] arguments, Class callingClass, long callingMethodHash, Object callingObject)
           
MethodCalledByMethodInvocation(Interceptor[] interceptors)
           
MethodCalledByMethodInvocationWrapper(MethodCalledByMethodInvocation wrapped, Interceptor[] interceptors)
           
FieldInvocation(Field field, int fieldIndex, Interceptor[] interceptors)
           
FieldInvocation(Interceptor[] interceptors)
           
InvocationBase(Interceptor[] interceptors)
           
InvocationBase(Interceptor[] interceptors, SimpleMetaData meta)
           
MethodCalledByConstructorInvocation(Method called, Object[] args, Constructor calling, Interceptor[] interceptors)
           
MethodCalledByConstructorInvocation(Interceptor[] interceptors)
           
ConstructorCalledByMethodInvocationWrapper(ConstructorCalledByMethodInvocation wrapped, Interceptor[] interceptors)
           
ConstructionInvocationWrapper(ConstructionInvocation wrapped, Interceptor[] interceptors)
           
FieldReadInvocation(Field field, int index, Interceptor[] interceptors)
           
FieldReadInvocation(Interceptor[] interceptors)
           
ConstructorCalledByConstructorInvocationWrapper(ConstructorCalledByConstructorInvocation wrapped, Interceptor[] interceptors)
           
ConstructorInvocation(Interceptor[] interceptors)
           
ConstructorCalledByMethodInvocation(Interceptor[] interceptors, CallerConstructorInfo info, long callingHash, Class callingClass, Object[] args, Object callingObject)
           
ConstructorCalledByMethodInvocation(Interceptor[] interceptors)
           
MethodCalledByConstructorInvocationWrapper(MethodCalledByConstructorInvocation wrapped, Interceptor[] interceptors)
           
CallerInvocation(Interceptor[] interceptors)
           
ConstructionInvocation(Interceptor[] interceptors, Constructor con, Object[] args)
           
ConstructionInvocation(Interceptor[] interceptors, Constructor con)
           
MethodInvocationWrapper(MethodInvocation wrapped, Interceptor[] interceptors)
           
MethodInvocation(MethodInfo info, Interceptor[] interceptors)
           
MethodInvocation(MethodJoinPoint info, Interceptor[] interceptors)
          A wrong dependency on MethodJoinPoint was introduced when EJB3 embedded alpha 2 was released, so we need this constructor here
MethodInvocation(Interceptor[] interceptors, long methodHash, Method advisedMethod, Method unadvisedMethod, Advisor advisor)
           
MethodInvocation(Interceptor[] interceptors)
           
FieldWriteInvocationWrapper(FieldWriteInvocation wrapped, Interceptor[] interceptors)
           
 

Uses of Interceptor in org.jboss.aop.proxy
 

Constructors in org.jboss.aop.proxy with parameters of type Interceptor
ProxyMethodInvocation(MethodMapped mapped, MethodInfo info, Interceptor[] interceptors)
           
ProxyMethodInvocation(MethodMapped mapped, Interceptor[] interceptors)
           
 

Uses of Interceptor in org.jboss.aop.standalone
 

Methods in org.jboss.aop.standalone with parameters of type Interceptor
static void XmlReport.outputChain(int indent, PrintWriter pw, Interceptor[] chain)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.