org.codehaus.aspectwerkz.intercept
Interface AfterReturningAdvice

All Superinterfaces:
Advice

public interface AfterReturningAdvice
extends Advice

Author:
Jonas BonŽr

Method Summary
 void invoke(JoinPoint jp, Object returnValue)
           
 

Method Detail

invoke

void invoke(JoinPoint jp,
            Object returnValue)
            throws Throwable
Parameters:
jp -
Throws:
Throwable


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