com.aurorasoftworks.signal.runtime.core.context.proxy
Interface IInvocationHandler

All Known Subinterfaces:
IMethodInterceptor, IProxyClass
All Known Implementing Classes:
AbstractControllerMethodInterceptor.ControllerMethodInterceptor, AbstractControllerMethodInterceptor.FlowCallerMethodInterceptor, AbstractMethodInterceptor, AbstractProxyClass, LazyInitMethodInterceptor

public interface IInvocationHandler

A handler of intercepted method invocations. This type is similar to InvocationHandler.

Author:
Marek

Method Summary
 java.lang.Object invoke(IProxyTarget target, IMethodHandler handler, java.lang.Object[] args)
           
 

Method Detail

invoke

java.lang.Object invoke(IProxyTarget target,
                        IMethodHandler handler,
                        java.lang.Object[] args)
                        throws java.lang.Exception
Parameters:
target - the instance an intercepted method was invoked on
handler - method object identifying the intercepted method
args - list of arguments passed to the intercepted method
Returns:
a value to be returned by the intercepted method
Throws:
java.lang.Exception


Copyright © 2010. All Rights Reserved.