|
||||||||||
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.proxy.container | |
org.jboss.aop.standalone |
Uses of Interceptor in org.jboss.aop |
---|
Fields in org.jboss.aop declared as Interceptor | |
---|---|
protected Interceptor[][] |
Advisor.constructionInterceptors
Deprecated. Use constructorInfos instead |
protected Interceptor[][] |
Advisor.constructorInterceptors
Deprecated. Use constructorInfos instead |
Interceptor[] |
JoinPointInfo.interceptors
Deprecated. use accessors instead |
Methods in org.jboss.aop that return Interceptor | |
---|---|
Interceptor |
GeneratedInstanceAdvisorMixin.InstanceInterceptorFactory.create(Advisor advisor,
Joinpoint joinpoint)
|
Interceptor |
Advisor.getAdviceInterceptor(AspectDefinition def,
String adviceName,
Joinpoint joinpoint)
|
Interceptor[][] |
Advisor.getConstructionInterceptors()
Deprecated. Use getConstructionInfos instead |
Interceptor[][] |
Advisor.getConstructorInterceptors()
Deprecated. Use getConstructorInfos instead |
Interceptor[][] |
ClassAdvisor.getFieldReadInterceptors()
Deprecated. use getFieldReadInfos instead |
Interceptor[][] |
ClassAdvisor.getFieldWriteInterceptors()
Deprecated. use getFieldWriteInfos instead |
Interceptor[] |
ClassInstanceAdvisor.getInterceptors()
|
Interceptor[] |
JoinPointInfo.getInterceptors()
|
Interceptor[] |
InstanceAdvisor.getInterceptors()
|
Interceptor[] |
GeneratedInstanceAdvisorMixin.getInterceptors()
|
Interceptor[] |
ClassInstanceAdvisor.getInterceptors(Interceptor[] advisorChain)
Called by the advisor |
Interceptor[] |
InstanceAdvisor.getInterceptors(Interceptor[] baseChain)
|
Interceptor[] |
GeneratedInstanceAdvisorMixin.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)
|
void |
ClassInstanceAdvisor.appendInterceptor(Interceptor interceptor)
|
void |
InstanceAdvisor.appendInterceptor(Interceptor interceptor)
|
void |
GeneratedInstanceAdvisorMixin.appendInterceptor(Interceptor interceptor)
|
void |
ClassInstanceAdvisor.appendInterceptor(int index,
Interceptor interceptor)
|
void |
InstanceAdvisor.appendInterceptor(int index,
Interceptor interceptor)
|
void |
GeneratedInstanceAdvisorMixin.appendInterceptor(int index,
Interceptor interceptor)
|
Interceptor[] |
ClassInstanceAdvisor.getInterceptors(Interceptor[] advisorChain)
Called by the advisor |
Interceptor[] |
InstanceAdvisor.getInterceptors(Interceptor[] baseChain)
|
Interceptor[] |
GeneratedInstanceAdvisorMixin.getInterceptors(Interceptor[] advisorChain)
Called by the advisor |
void |
ClassInstanceAdvisor.insertInterceptor(Interceptor interceptor)
|
void |
InstanceAdvisor.insertInterceptor(Interceptor interceptor)
|
void |
GeneratedInstanceAdvisorMixin.insertInterceptor(Interceptor interceptor)
|
void |
ClassInstanceAdvisor.insertInterceptor(int index,
Interceptor interceptor)
|
void |
InstanceAdvisor.insertInterceptor(int index,
Interceptor interceptor)
|
void |
GeneratedInstanceAdvisorMixin.insertInterceptor(int index,
Interceptor interceptor)
|
void |
JoinPointInfo.setInterceptors(Interceptor[] interceptors)
|
Constructors in org.jboss.aop with parameters of type Interceptor | |
---|---|
CallerConstructorInfo(Advisor advisor,
Class calledClass,
Constructor called,
long calledConHash,
Method wrappingMethod,
Interceptor[] in)
|
|
CallerMethodInfo(Advisor advisor,
Class calledClass,
Method m,
long calledMethodHash,
Interceptor[] in)
|
|
ConByConInfo(Advisor advisor,
Class calledClass,
int callingIndex,
Constructor called,
long calledConHash,
Method wrappingMethod,
Interceptor[] in)
|
|
ConByMethodInfo(Advisor advisor,
Class calledClass,
long callingMethodHash,
Constructor c,
long calledConHash,
Method wrappingMethod,
Interceptor[] in)
Create a new ConByMethodJoinPont. |
|
MethodByConInfo(Advisor advisor,
Class calledClass,
int callingIndex,
Method m,
long calledMethodHash,
Interceptor[] in)
|
|
MethodByMethodInfo(Advisor advisor,
Class calledClass,
Method m,
long callingMethodHash,
long calledMethodHash,
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 |
ScopedInterceptorFactory.create(Advisor advisor,
Joinpoint joinpoint)
|
Interceptor |
AdviceFactory.create(Advisor advisor,
Joinpoint joinpoint)
|
Interceptor |
InterceptorFactory.create(Advisor advisor,
Joinpoint joinpoint)
|
Interceptor |
InterceptorFactoryWrapper.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[] |
Invocation.getInterceptors()
|
Interceptor[] |
InvocationBase.getInterceptors()
This used to be final, but I had to get rid of that since I need to lazily initialise the interceptors from the generated joinpoint/invocation classes |
Methods in org.jboss.aop.joinpoint with parameters of type Interceptor | |
---|---|
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 |
FieldReadInvocation.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. |
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 |
ConstructorInvocation.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 |
FieldWriteInvocation.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 |
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. |
Object |
InvocationBase.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.proxy.container |
---|
Methods in org.jboss.aop.proxy.container that return Interceptor | |
---|---|
Interceptor[] |
InstanceProxyContainer.getInterceptors()
Not implemented InstanceAdvisor method, we should be using the domain |
Interceptor[] |
InstanceProxyContainer.getInterceptors(Interceptor[] baseChain)
Not implemented InstanceAdvisor method, we should be using the domain |
Methods in org.jboss.aop.proxy.container with parameters of type Interceptor | |
---|---|
void |
InstanceProxyContainer.appendInterceptor(Interceptor interceptor)
Not implemented InstanceAdvisor method, we should be using the domain |
void |
InstanceProxyContainer.appendInterceptor(int index,
Interceptor interceptor)
Not implemented InstanceAdvisor method, we should be using the domain |
Interceptor[] |
InstanceProxyContainer.getInterceptors(Interceptor[] baseChain)
Not implemented InstanceAdvisor method, we should be using the domain |
void |
InstanceProxyContainer.insertInterceptor(Interceptor interceptor)
Not implemented InstanceAdvisor method, we should be using the domain |
void |
InstanceProxyContainer.insertInterceptor(int index,
Interceptor interceptor)
Not implemented InstanceAdvisor method, we should be using the domain |
Constructors in org.jboss.aop.proxy.container with parameters of type Interceptor | |
---|---|
ContainerProxyMethodInvocation(MethodInfo info,
Interceptor[] interceptors,
AspectManaged proxy)
|
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 |