Class org.as2lib.aop.advice.DynamicAfterReturningAdvice

Implemented Interfaces

AfterReturningAdvice

Description

DynamicAfterReturningAdvice executes a callback at the weave-in point.

Field Index

Inherited from AbstractAdvice

Method Index

new DynamicAfterReturningAdvice()
execute()

Inherited from AbstractAdvice

Inherited from BasicClass

Constructor Detail

DynamicAfterReturningAdvice

public function DynamicAfterReturningAdvice()

Method Detail

execute

public function execute(joinPoint:JoinPoint, returnValue):Void

Executes the callback passing the given joinPoint and returnValue.

Parameters

joinPointthe join point this advice was woven into
returnValuethe result of the execution of the join point

Specified By

execute() in org.as2lib.aop.advice.AfterReturningAdvice