Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.ioc.client.container.async.AsyncBeanDef

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

Uses of AsyncBeanDef in org.jboss.errai.ioc.client.container
 

Methods in org.jboss.errai.ioc.client.container that return AsyncBeanDef
<T> AsyncBeanDef<T>
SyncToAsyncBeanManagerAdapter.lookupBean(Class<T> type, Annotation... qualifiers)
           
 

Methods in org.jboss.errai.ioc.client.container that return types with arguments of type AsyncBeanDef
<T> Collection<AsyncBeanDef<T>>
SyncToAsyncBeanManagerAdapter.lookupBeans(Class<T> type)
           
<T> Collection<AsyncBeanDef<T>>
SyncToAsyncBeanManagerAdapter.lookupBeans(Class<T> type, Annotation... qualifiers)
           
 Collection<AsyncBeanDef> SyncToAsyncBeanManagerAdapter.lookupBeans(String name)
           
 

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

Classes in org.jboss.errai.ioc.client.container.async that implement AsyncBeanDef
 class AbstractAsyncBean<T>
           
 class AsyncDependentBean<T>
           
 class AsyncSingletonBean<T>
           
 

Methods in org.jboss.errai.ioc.client.container.async that return AsyncBeanDef
<T> AsyncBeanDef<T>
AsyncBeanManagerImpl.lookupBean(Class<T> type, Annotation... qualifiers)
           
<T> AsyncBeanDef<T>
AsyncBeanManager.lookupBean(Class<T> type, Annotation... qualifiers)
          Looks up a bean reference based on type and qualifiers.
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
 

Methods in org.jboss.errai.ioc.client.container.async that return types with arguments of type AsyncBeanDef
<T> Collection<AsyncBeanDef<T>>
AsyncBeanManagerImpl.lookupBeans(Class<T> type)
           
<T> Collection<AsyncBeanDef<T>>
AsyncBeanManager.lookupBeans(Class<T> type)
          Looks up all beans of the specified type.
<T> Collection<AsyncBeanDef<T>>
AsyncBeanManagerImpl.lookupBeans(Class<T> type, Annotation... qualifierInstances)
           
<T> Collection<AsyncBeanDef<T>>
AsyncBeanManager.lookupBeans(Class<T> type, Annotation... qualifiers)
          Looks up a bean reference based on type and qualifiers.
 Collection<AsyncBeanDef> AsyncBeanManagerImpl.lookupBeans(String name)
           
 Collection<AsyncBeanDef> AsyncBeanManager.lookupBeans(String name)
          Looks up all beans with the specified bean name as specified by Named.
 

Methods in org.jboss.errai.ioc.client.container.async with parameters of type AsyncBeanDef
<T> AsyncBeanFuture<T>
AsyncBeanQuery.load(AsyncBeanDef<T> beanDef)
          Requests that the bean described by the specified AsyncBeanDef is loaded.
<T> AsyncBeanFuture<T>
AsyncBeanQuery.loadNew(AsyncBeanDef<T> beanDef)
          Requests that a new instance of the bean described by the specified AsyncBeanDef is loaded.
 


Errai 3.0.1-SNAPSHOT

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