|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.jdon.aop.joinpoint.AdvisorChainFactory
public class AdvisorChainFactory
create the all interceptor instances
| 构造方法摘要 | |
|---|---|
AdvisorChainFactory(InterceptorsChain interceptorsChain,
ContainerCallback containerCallback)
|
|
| 方法摘要 | |
|---|---|
List<org.aopalliance.intercept.MethodInterceptor> |
create(TargetMetaDef targetMetaDef)
create the all interceptor instances, and put them into interceptorsChain; the interceptors that prointcut is for SERVIERS are in the front, and then the EJB Interceptors , in the back there are POJO interceptors. you can change the orders bu replacing this class in container.xml |
protected void |
createEJBAdvice(TargetMetaDef targetMetaDef)
|
protected void |
createPOJOAdvice(TargetMetaDef targetMetaDef)
|
List<org.aopalliance.intercept.MethodInterceptor> |
createTargetAdvice(String name)
|
protected List<org.aopalliance.intercept.MethodInterceptor> |
createTargetPOJOAdvice(String name)
|
void |
start()
Start this component. |
void |
stop()
Stop this component. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public AdvisorChainFactory(InterceptorsChain interceptorsChain,
ContainerCallback containerCallback)
interceptorsChain - | 方法详细信息 |
|---|
public List<org.aopalliance.intercept.MethodInterceptor> create(TargetMetaDef targetMetaDef)
throws Exception
Exception
public List<org.aopalliance.intercept.MethodInterceptor> createTargetAdvice(String name)
throws Exception
Exception
protected void createEJBAdvice(TargetMetaDef targetMetaDef)
throws Exception
Exception
protected void createPOJOAdvice(TargetMetaDef targetMetaDef)
throws Exception
Exception
protected List<org.aopalliance.intercept.MethodInterceptor> createTargetPOJOAdvice(String name)
throws Exception
Exceptionpublic void start()
Startable 复制的描述
Startable 中的 startpublic void stop()
Startable 复制的描述
Startable 中的 stop
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||