Uses of Class
org.codehaus.aspectwerkz.joinpoint.management.JoinPointManager.CompiledJoinPoint

Packages that use JoinPointManager.CompiledJoinPoint
org.codehaus.aspectwerkz.joinpoint.management   
 

Uses of JoinPointManager.CompiledJoinPoint in org.codehaus.aspectwerkz.joinpoint.management
 

Methods in org.codehaus.aspectwerkz.joinpoint.management that return JoinPointManager.CompiledJoinPoint
static JoinPointManager.CompiledJoinPoint JoinPointManager.compileJoinPoint(int joinPointType, Class callerClass, String callerMethodName, String callerMethodDesc, int callerMethodModifiers, String calleeClassName, String calleeMemberName, String calleeMemberDesc, int calleeMemberModifiers, int joinPointHash, String joinPointClassName, Class calleeClass, ClassLoader loader)
          Compile a new joinpoint
 



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