|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.constructionInterceptors
|
protected Interceptor[][] |
Advisor.constructorInterceptors
|
Interceptor[] |
CallerConstructorInfo.interceptors
|
Interceptor[] |
JoinPoint.interceptors
|
Interceptor[] |
CallerMethodInfo.interceptors
|
Methods in org.jboss.aop that return Interceptor | |
---|---|
Interceptor[] |
Advisor.applyPrecedence(Interceptor[] interceptors)
|
Interceptor |
Advisor.getAdviceInterceptor(AspectDefinition def,
String adviceName,
Joinpoint joinpoint)
|
Interceptor[][] |
Advisor.getConstructionInterceptors()
|
Interceptor[][] |
Advisor.getConstructorInterceptors()
|
Interceptor[][] |
ClassAdvisor.getFieldReadInterceptors()
|
Interceptor[][] |
ClassAdvisor.getFieldWriteInterceptors()
|
Interceptor[] |
ClassInstanceAdvisor.getInterceptors()
|
Interceptor[] |
InstanceAdvisor.getInterceptors()
|
Interceptor[] |
ClassInstanceAdvisor.getInterceptors(Interceptor[] advisorChain)
Called by the advisor |
Interceptor[] |
InstanceAdvisor.getInterceptors(Interceptor[] baseChain)
|
Methods in org.jboss.aop with parameters of type Interceptor | |
---|---|
void |
Advisor.addAdviceInterceptor(AspectDefinition def,
String adviceName,
Interceptor interceptor,
Joinpoint joinpoint)
|
void |
ClassInstanceAdvisor.appendInterceptor(Interceptor interceptor)
|
void |
InstanceAdvisor.appendInterceptor(Interceptor interceptor)
|
void |
ClassInstanceAdvisor.appendInterceptor(int index,
Interceptor interceptor)
|
void |
InstanceAdvisor.appendInterceptor(int index,
Interceptor interceptor)
|
Interceptor[] |
Advisor.applyPrecedence(Interceptor[] interceptors)
|
Interceptor[] |
ClassInstanceAdvisor.getInterceptors(Interceptor[] advisorChain)
Called by the advisor |
Interceptor[] |
InstanceAdvisor.getInterceptors(Interceptor[] baseChain)
|
void |
ClassInstanceAdvisor.insertInterceptor(Interceptor interceptor)
|
void |
InstanceAdvisor.insertInterceptor(Interceptor interceptor)
|
void |
ClassInstanceAdvisor.insertInterceptor(int index,
Interceptor interceptor)
|
void |
InstanceAdvisor.insertInterceptor(int index,
Interceptor interceptor)
|
Constructors in org.jboss.aop with parameters of type Interceptor | |
---|---|
CallerConstructorInfo(Constructor c,
Interceptor[] in)
|
|
CallerConstructorInfo(Constructor called,
Method wrapping,
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 | |
---|---|
static Interceptor[] |
PrecedenceSorter.applyPrecedence(Interceptor[] interceptors,
AspectManager manager)
|
Interceptor |
GenericInterceptorFactory.create(Advisor advisor,
Joinpoint joinpoint)
|
Interceptor |
InterceptorFactory.create(Advisor advisor,
Joinpoint joinpoint)
|
Interceptor |
AdviceFactory.create(Advisor advisor,
Joinpoint joinpoint)
|
Interceptor |
ScopedInterceptorFactory.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[] |
AdviceStack.createInterceptors()
|
Interceptor[] |
AdviceStack.createInterceptors(Advisor advisor,
Joinpoint jp)
|
static Interceptor |
PerClassAdvice.generate(Joinpoint joinpoint,
Advisor advisor,
String adviceName,
AspectDefinition def)
|
static Interceptor |
PerVmAdvice.generateArgsInterceptor(Object aspect,
Method advice,
Joinpoint joinpoint)
|
static Interceptor |
PerVmAdvice.generateInterceptor(Joinpoint joinpoint,
Object aspect,
String adviceName)
|
static Interceptor |
PerVmAdvice.generateOptimized(Joinpoint joinpoint,
AspectManager manager,
String adviceName,
AspectDefinition a)
|
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. |
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. |
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. |
Object |
InvocationBase.invokeNext(Interceptor[] newInterceptors)
Invoke on the next interceptor in the chain. |
Object |
Invocation.invokeNext(Interceptor[] newInterceptors)
Invoke on the next interceptor in the chain. |
Uses of Interceptor in org.jboss.aop.proxy |
---|
Constructors in org.jboss.aop.proxy with parameters of type Interceptor | |
---|---|
ProxyMethodInvocation(MethodMapped mapped,
Interceptor[] interceptors)
|
|
ProxyMethodInvocation(MethodMapped mapped,
MethodInfo info,
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |