coldbox.system.aop

Interface MethodInterceptor

coldbox.system.aop.MethodInterceptor
All Known Implementing Classes:
CFTransaction , MethodLogger

Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- Our AOP Method Interceptor Interface

Class Attributes:
None
Method Summary
any invokeMethod(any<MethodInvocation> invocation)
     Invoke an AOP method invocation.

Method Detail

invokeMethod

public any invokeMethod(any<MethodInvocation> invocation)

Invoke an AOP method invocation

Parameters:
invocation - The invocation object