box.system.aop.concurrent.Callable interface"> Callable
ColdBox Platform - WireBox Version 1.3.0

wirebox.system.aop
Interface MethodInterceptor

WEB-INF.cftags.interface
        extended by wirebox.system.aop.MethodInterceptor
All Known Implementing Classes:
CFTransaction , HibernateTransaction , MethodLogger

public interface MethodInterceptor
extends WEB-INF.cftags.interface

Our AOP Method Interceptor Interface


Method Summary
 any invokeMethod([any<MethodInvocation> invocation])
          Invoke an AOP method invocation
 
Methods inherited from class WEB-INF.cftags.interface
 

Method Detail

invokeMethod

public any invokeMethod([any<MethodInvocation> invocation])
Invoke an AOP method invocation

Parameters:
invocation - The method invocation object: wirebox.system.aop.MethodInvocation

ColdBox Platform - WireBox Version 1.3.0