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

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

Uses of IProxyFactory in com.aurorasoftworks.signal.runtime.core.context
 

Methods in com.aurorasoftworks.signal.runtime.core.context that return IProxyFactory
static IProxyFactory Context.getDefaultProxyFactory()
           
 IProxyFactory IContext.getProxyFactory()
           
 IProxyFactory Context.getProxyFactory()
          
 

Methods in com.aurorasoftworks.signal.runtime.core.context with parameters of type IProxyFactory
static void Context.setDefaultProxyFactory(IProxyFactory defaultProxyFactory)
           
 

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

Classes in com.aurorasoftworks.signal.runtime.core.context.proxy that implement IProxyFactory
 class ProxyFactory
          Default implementation of the IProxyFactory interface.
 

Methods in com.aurorasoftworks.signal.runtime.core.context.proxy that return IProxyFactory
static IProxyFactory ProxyFactory.getInstance()
           
 

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

Methods in com.aurorasoftworks.signal.runtime.ui.mvc that return IProxyFactory
protected  IProxyFactory AbstractControllerMethodInterceptor.getProxyFactory()
           
 



Copyright © 2010. All Rights Reserved.