|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jdon.aop.joinpoint.AdvisorChainFactory
public class AdvisorChainFactory
create the all interceptor instances
| Constructor Summary | |
|---|---|
AdvisorChainFactory(InterceptorsChain interceptorsChain)
|
|
| Method Summary | |
|---|---|
java.util.List |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdvisorChainFactory(InterceptorsChain interceptorsChain)
interceptorsChain - | Method Detail |
|---|
public java.util.List create(TargetMetaDef targetMetaDef)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||