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
protected  Interceptor[][] Advisor.constructorInterceptors
           
protected  Interceptor[][] Advisor.constructionInterceptors
           
 Interceptor[] CallerMethodInfo.interceptors
           
 Interceptor[] JoinPoint.interceptors
           
 Interceptor[] CallerConstructorInfo.interceptors
           
 

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

Methods in org.jboss.aop with parameters of type Interceptor
 void Advisor.addAdviceInterceptor(AspectDefinition def, String adviceName, Interceptor interceptor, Joinpoint joinpoint)
           
 Interceptor[] Advisor.applyPrecedence(Interceptor[] interceptors)
           
 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)
           
 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)
           
 

Constructors in org.jboss.aop with parameters of type Interceptor
CallerMethodInfo(Method m, Interceptor[] in)
           
CallerConstructorInfo(Constructor called, Method wrapping, Interceptor[] in)
           
CallerConstructorInfo(Constructor c, 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 ScopedInterceptorFactory.create(Advisor advisor, Joinpoint joinpoint)
           
 Interceptor AdviceFactory.create(Advisor advisor, Joinpoint joinpoint)
           
static Interceptor[] PrecedenceSorter.applyPrecedence(Interceptor[] interceptors, AspectManager manager)
           
 Interceptor InterceptorFactory.create(Advisor advisor, Joinpoint joinpoint)
           
static Interceptor PerJoinpointAdvice.createInterceptor(Advisor advisor, Joinpoint joinpoint, AspectDefinition def, String adviceName)
           
static Interceptor PerJoinpointInterceptor.createInterceptor(Advisor advisor, Joinpoint joinpoint, AspectDefinition def)
           
 Interceptor GenericInterceptorFactory.create(Advisor advisor, Joinpoint joinpoint)
           
static Interceptor PerClassAdvice.generate(Joinpoint joinpoint, Advisor advisor, String adviceName, AspectDefinition def)
           
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)
           
 Interceptor[] AdviceStack.createInterceptors(Advisor advisor, Joinpoint jp)
           
 Interceptor[] AdviceStack.createInterceptors()
           
 

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[] Invocation.getInterceptors()
           
 Interceptor[] InvocationBase.getInterceptors()
           
 

Methods in org.jboss.aop.joinpoint with parameters of type Interceptor
 Invocation MethodInvocation.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.
 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 ConstructorCalledByMethodInvocation.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 FieldReadInvocation.getWrapper(Interceptor[] newchain)
          Get a wrapper invocation object that can insert a new chain of interceptors at runtime to the invocation flow.
 Invocation MethodCalledByConstructorInvocation.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 MethodCalledByMethodInvocation.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 FieldWriteInvocation.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
FieldWriteInvocationWrapper(FieldWriteInvocation 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)
           
MethodInvocationWrapper(MethodInvocation wrapped, Interceptor[] interceptors)
           
ConstructionInvocation(Interceptor[] interceptors, Constructor con, Object[] args)
           
ConstructionInvocation(Interceptor[] interceptors, Constructor con)
           
CallerInvocation(Interceptor[] interceptors)
           
MethodCalledByConstructorInvocationWrapper(MethodCalledByConstructorInvocation wrapped, Interceptor[] interceptors)
           
ConstructorCalledByMethodInvocation(Interceptor[] interceptors, CallerConstructorInfo info, long callingHash, Class callingClass, Object[] args, Object callingObject)
           
ConstructorCalledByMethodInvocation(Interceptor[] interceptors)
           
ConstructorInvocation(Interceptor[] interceptors)
           
ConstructorCalledByConstructorInvocationWrapper(ConstructorCalledByConstructorInvocation wrapped, Interceptor[] interceptors)
           
FieldReadInvocation(Field field, int index, Interceptor[] interceptors)
           
FieldReadInvocation(Interceptor[] interceptors)
           
ConstructionInvocationWrapper(ConstructionInvocation wrapped, Interceptor[] interceptors)
           
ConstructorCalledByMethodInvocationWrapper(ConstructorCalledByMethodInvocation wrapped, Interceptor[] interceptors)
           
MethodCalledByConstructorInvocation(Method called, Object[] args, Constructor calling, Interceptor[] interceptors)
           
MethodCalledByConstructorInvocation(Interceptor[] interceptors)
           
InvocationBase(Interceptor[] interceptors)
           
InvocationBase(Interceptor[] interceptors, SimpleMetaData meta)
           
FieldInvocation(Field field, int fieldIndex, Interceptor[] interceptors)
           
FieldInvocation(Interceptor[] interceptors)
           
MethodCalledByMethodInvocationWrapper(MethodCalledByMethodInvocation wrapped, Interceptor[] interceptors)
           
MethodCalledByMethodInvocation(Interceptor[] interceptors, Method calledMethod, Object[] arguments, Class callingClass, long callingMethodHash, Object callingObject)
           
MethodCalledByMethodInvocation(Interceptor[] interceptors)
           
ConstructorInvocationWrapper(ConstructorInvocation wrapped, Interceptor[] interceptors)
           
ConstructorCalledByConstructorInvocation(Interceptor[] interceptors)
           
FieldWriteInvocation(Field field, int index, Object value, Interceptor[] interceptors)
           
FieldWriteInvocation(Interceptor[] interceptors)
           
FieldReadInvocationWrapper(FieldReadInvocation 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.