| 构造器和说明 |
|---|
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.
|
public AdvisorChainFactory(InterceptorsChain interceptorsChain, ContainerCallback containerCallback)
interceptorsChain - public List<org.aopalliance.intercept.MethodInterceptor> create(TargetMetaDef targetMetaDef) throws Exception
Exceptionpublic List<org.aopalliance.intercept.MethodInterceptor> createTargetAdvice(String name) throws Exception
Exceptionprotected void createEJBAdvice(TargetMetaDef targetMetaDef) throws Exception
Exceptionprotected void createPOJOAdvice(TargetMetaDef targetMetaDef) throws Exception
Exceptionprotected List<org.aopalliance.intercept.MethodInterceptor> createTargetPOJOAdvice(String name) throws Exception
ExceptionCopyright © 2018. All rights reserved.