Uses of Class
org.codehaus.aspectwerkz.joinpoint.management.JoinPointMetaData

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.
 



Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.