Uses of Interface
org.jboss.weld.bean.proxy.BeanInstance

Packages that use BeanInstance
org.jboss.weld.bean.proxy   
 

Uses of BeanInstance in org.jboss.weld.bean.proxy
 

Classes in org.jboss.weld.bean.proxy that implement BeanInstance
 class AbstractBeanInstance
           
 class ContextBeanInstance<T>
          An instance locator that uses a context to lookup the instance if it exists; otherwise, a new instance will be created from the bean.
 class EnterpriseTargetBeanInstance
           
 class TargetBeanInstance
          A simple BeanInstance which always maintains a specific bean instance that is being proxied.
 

Methods in org.jboss.weld.bean.proxy that return BeanInstance
 BeanInstance Proxy.proxy_getInstance()
          Gets the proxied bean instance.
 

Methods in org.jboss.weld.bean.proxy with parameters of type BeanInstance
 T ProxyFactory.create(BeanInstance beanInstance)
          Method to create a new proxy that wraps the bean instance.
 T ClientProxyFactory.create(BeanInstance beanInstance)
           
 void Proxy.proxy_setInstance(BeanInstance beanInstance)
          Sets the proxied instance.
static
<T> void
ProxyFactory.setBeanInstance(T proxy, BeanInstance beanInstance, javax.enterprise.inject.spi.Bean<?> bean)
          Convenience method to set the underlying bean instance for a proxy.
 

Constructors in org.jboss.weld.bean.proxy with parameters of type BeanInstance
ProxyMethodHandler(BeanInstance beanInstance, javax.enterprise.inject.spi.Bean<?> bean)
           
 



Copyright © 2013 Seam Framework. All Rights Reserved.