Class org.as2lib.aop.advice.DynamicAfterAdvice

Implemented Interfaces

AfterAdvice

Description

DynamicAfterAdvice executes a callback at the weave-in point.

Field Index

Inherited from AbstractAdvice

Method Index

new DynamicAfterAdvice()
execute()

Inherited from AbstractAdvice

Inherited from BasicClass

Constructor Detail

DynamicAfterAdvice

public function DynamicAfterAdvice()

Method Detail

execute

public function execute(joinPoint:JoinPoint):Void

Executes the callback passing the given joinPoint.

Parameters

joinPointthe join point this advice was woven-in

Specified By

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