Uses of Interface
org.codehaus.aspectwerkz.joinpoint.JoinPoint

Packages that use JoinPoint
org.codehaus.aspectwerkz.intercept   
 

Uses of JoinPoint in org.codehaus.aspectwerkz.intercept
 

Methods in org.codehaus.aspectwerkz.intercept with parameters of type JoinPoint
 void AfterAdvice.invoke(JoinPoint jp)
           
 Object AroundAdvice.invoke(JoinPoint jp)
           
 void BeforeAdvice.invoke(JoinPoint jp)
           
 void AfterReturningAdvice.invoke(JoinPoint jp, Object returnValue)
           
 void AfterThrowingAdvice.invoke(JoinPoint jp, Throwable exception)
           
 



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