Class org.as2lib.aop.advice.DynamicAfterAdvice

org.as2lib.core.BasicClass
   +--org.as2lib.aop.advice.AbstractAdvice
      +--org.as2lib.aop.advice.AbstractAfterAdvice
         +--org.as2lib.aop.advice.DynamicAfterAdvice

Implemented Interfaces

AfterAdvice

Description

DynamicAfterAdvice executes a callback at the weave-in point.

Field Index

Inherited from AbstractAdvice

AFTER, AFTER_RETURNING, AFTER_THROWING, AROUND, BEFORE

Method Index

new DynamicAfterAdvice()

execute()

Inherited from AbstractAdvice

captures(), getAspect(), getPointcut(), getProxy()

Inherited from BasicClass

toString()

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