Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.ioc.client.container.async.AsyncBeanManagerImpl

Packages that use AsyncBeanManagerImpl
org.jboss.errai.ioc.client.container.async   
 

Uses of AsyncBeanManagerImpl in org.jboss.errai.ioc.client.container.async
 

Fields in org.jboss.errai.ioc.client.container.async declared as AsyncBeanManagerImpl
protected  AsyncBeanManagerImpl AsyncDependentBean.beanManager
           
 

Methods in org.jboss.errai.ioc.client.container.async with parameters of type AsyncBeanManagerImpl
static
<T> AsyncBeanDef<T>
AsyncDependentBean.newBean(AsyncBeanManagerImpl beanManager, Class<T> type, Class<?> beanType, Annotation[] qualifiers, String name, boolean concrete, AsyncBeanProvider<T> provider, Class<Object> beanActivatorType)
           
static
<T> AsyncBeanDef<T>
AsyncSingletonBean.newBean(AsyncBeanManagerImpl beanManager, Class<T> type, Class<?> beanType, Annotation[] qualifiers, String name, boolean concrete, AsyncBeanProvider<T> callback, T instance, Class<Object> beanActivatorType)
          Creates a new IOC Bean reference
 

Constructors in org.jboss.errai.ioc.client.container.async with parameters of type AsyncBeanManagerImpl
AsyncDependentBean(AsyncBeanManagerImpl beanManager, Class<T> type, Class<?> beanType, Annotation[] qualifiers, String name, boolean concrete, AsyncBeanProvider<T> beanProvider, Class<Object> beanActivatorType)
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.