Uses of Interface
org.jboss.weld.bean.proxy.BeanInstance
-
Packages that use BeanInstance Package Description org.jboss.weld.bean.proxy -
-
Uses of BeanInstance in org.jboss.weld.bean.proxy
Classes in org.jboss.weld.bean.proxy that implement BeanInstance Modifier and Type Class Description classAbstractBeanInstanceclassContextBeanInstance<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.classEnterpriseTargetBeanInstanceclassTargetBeanInstanceA simpleBeanInstancewhich always maintains a specific bean instance that is being proxied.Methods in org.jboss.weld.bean.proxy that return BeanInstance Modifier and Type Method Description BeanInstanceProxy. proxy_getInstance()Gets the proxied bean instance.Methods in org.jboss.weld.bean.proxy with parameters of type BeanInstance Modifier and Type Method Description TClientProxyFactory. create(BeanInstance beanInstance)TProxyFactory. create(BeanInstance beanInstance)Method to create a new proxy that wraps the bean instance.voidProxy. proxy_setInstance(BeanInstance beanInstance)Sets the proxied instance.static <T> voidProxyFactory. setBeanInstance(String contextId, T proxy, BeanInstance beanInstance, 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 Constructor Description ProxyMethodHandler(String contextId, BeanInstance beanInstance, Bean<?> bean)
-