Constructors in org.codehaus.aspectwerkz.joinpoint.management with parameters of type AroundAdviceExecutor |
JoinPointBase(int type,
Class targetClass,
JoinPointMetaData joinPointMetaData,
AroundAdviceExecutor aroundAdviceExecutor,
BeforeAdviceExecutor beforeAdviceExecutor,
AfterAdviceExecutor afterAdviceExecutor)
Creates a new join point base instance. |
JoinPointBase(String uuid,
int type,
Class targetClass,
JoinPointMetaData joinPointMetaData,
AroundAdviceExecutor aroundAdviceExecutor,
BeforeAdviceExecutor beforeAdviceExecutor,
AfterAdviceExecutor afterAdviceExecutor)
Creates a new join point base instance. |
JoinPointBase(String uuid,
int type,
Class targetClass,
List cflow,
ExpressionContext ctx,
AroundAdviceExecutor aroundAdviceExecutor,
BeforeAdviceExecutor beforeAdviceExecutor,
AfterAdviceExecutor afterAdviceExecutor)
Creates a new join point base instance. |