|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinPointMetaData | |
org.codehaus.aspectwerkz.joinpoint.management |
Uses of JoinPointMetaData in org.codehaus.aspectwerkz.joinpoint.management |
Fields in org.codehaus.aspectwerkz.joinpoint.management declared as JoinPointMetaData | |
protected JoinPointMetaData |
JoinPointBase.m_joinPointMetaData
|
Methods in org.codehaus.aspectwerkz.joinpoint.management that return JoinPointMetaData | |
static JoinPointMetaData |
JoinPointMetaData.getJoinPointMetaData(PointcutType type,
AspectSystem system,
ReflectionInfo reflectInfo,
ReflectionInfo withinInfo)
Retrieves the join point metadata. |
Constructors in org.codehaus.aspectwerkz.joinpoint.management with parameters of type JoinPointMetaData | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |