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

Packages that use IInvocationHandler
com.aurorasoftworks.signal.runtime.core.context.proxy   
com.aurorasoftworks.signal.runtime.ui.mvc   
 

Uses of IInvocationHandler in com.aurorasoftworks.signal.runtime.core.context.proxy
 

Subinterfaces of IInvocationHandler in com.aurorasoftworks.signal.runtime.core.context.proxy
 interface IMethodInterceptor
          A metod interceptor used by AOP proxies.
 interface IProxyClass
           
 

Classes in com.aurorasoftworks.signal.runtime.core.context.proxy that implement IInvocationHandler
 class AbstractMethodInterceptor
           
 class AbstractProxyClass
           
 class LazyInitMethodInterceptor
           
 

Fields in com.aurorasoftworks.signal.runtime.core.context.proxy declared as IInvocationHandler
protected  IInvocationHandler AbstractProxy.handler
           
protected  IInvocationHandler AbstractMethodInterceptor.nextHandler
           
 

Methods in com.aurorasoftworks.signal.runtime.core.context.proxy with parameters of type IInvocationHandler
 IProxy ProxyFactory.createProxy(IProxyTarget target, IInvocationHandler handler)
          Creates a new proxy for the specified object.
 IProxy IProxyFactory.createProxy(IProxyTarget target, IInvocationHandler handler)
          Creates a new proxy for the specified object.
 void IMethodInterceptor.setNextHandler(IInvocationHandler handler)
          Sets the next handler in the interceptor chain.
 void AbstractMethodInterceptor.setNextHandler(IInvocationHandler nextHandler)
           
 

Uses of IInvocationHandler in com.aurorasoftworks.signal.runtime.ui.mvc
 

Classes in com.aurorasoftworks.signal.runtime.ui.mvc that implement IInvocationHandler
protected  class AbstractControllerMethodInterceptor.ControllerMethodInterceptor
           
protected  class AbstractControllerMethodInterceptor.FlowCallerMethodInterceptor
           
 



Copyright © 2010. All Rights Reserved.