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

Packages that use IBeanDelegate
com.aurorasoftworks.signal.runtime.core.context   
com.aurorasoftworks.signal.runtime.core.context.proxy   
 

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

Subinterfaces of IBeanDelegate in com.aurorasoftworks.signal.runtime.core.context
 interface IBeanReference
          A proxy object for a bean registered in a context.
 

Classes in com.aurorasoftworks.signal.runtime.core.context that implement IBeanDelegate
 class AbstractBeanReference
          A common superclass for implementations of IBeanReference.
 class EagerInitBeanReference
          A direct reference to an eagerly-initialized bean.
 class LazyInitBeanReference
          A reference to a lazily-initialized bean.
 

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

Methods in com.aurorasoftworks.signal.runtime.core.context.proxy with parameters of type IBeanDelegate
 IProxy ProxyFactory.createLazyInitProxy(IBeanDelegate reference)
          Creates a lazy init proxy for the specified bean reference.
 IProxy IProxyFactory.createLazyInitProxy(IBeanDelegate reference)
          Creates a lazy init proxy for the specified bean reference.
 

Constructors in com.aurorasoftworks.signal.runtime.core.context.proxy with parameters of type IBeanDelegate
LazyInitMethodInterceptor(IBeanDelegate reference)
           
 



Copyright © 2010. All Rights Reserved.