一、AOP 概念 6>)KiigZ\
Joinpoint:它定义在哪里加入你的逻辑功能,对于Spring AOP,Jointpoint指的就是Method。 us8ce+
<T'fJcR
Advice:特定的Jointpoint处运行的代码,对于Spring AOP 来讲,有Before advice、AfterreturningAdvice、ThrowAdvice、AroundAdvice(MethodInteceptor)等。 N1n\tA?
5M8
Pointcut:一组Joinpoint,就是说一个Advice可能在多个地方织入, /f.
,xs!
f~jdN~
Aspect:这个我一直迷惑,它实际是Advice和Pointcut的组合,但是Spring AOP 中的Advisor也是这样一个东西,但是Spring中为什么叫Advisor而不叫做Aspect。 )=N.z6?
h_Er$ZT64
Weaving:将Aspect加入到程序代码的过程,对于Spring AOP,由ProxyFactory或者ProxyFactoryBean负责织入动作。 >9g^-~X;v
RHu,t5,
Target:这个很容易理解,就是需要Aspect功能的对象。 z&qOu8Jh
Ra~:O\Z
Introduction:引入,就是向对象中加入新的属性或方法,一般是一个实例一个引用对象。当然如果不引入属性或者引入的属性做了线程安全性处理或者只读属性,则一个Class一个引用也是可以的(自己理解)。Per-class lifecycle or per-instance life cycle ;%>X+/.y0
&