Errai 3.0.1-SNAPSHOT

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

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

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

Methods in org.jboss.errai.ioc.client.container.async that return AsyncBeanFuture
<T> AsyncBeanFuture<T>
AsyncBeanQuery.load(AsyncBeanDef<T> beanDef)
          Requests that the bean described by the specified AsyncBeanDef is loaded.
<T> AsyncBeanFuture<T>
AsyncBeanQuery.load(Class<T> type)
          Requests that the specified bean of the specified is loaded.
<T> AsyncBeanFuture<T>
AsyncBeanQuery.load(Class<T> type, Annotation... qualifiers)
          Requests that the specified bean of the specified and 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.
<T> AsyncBeanFuture<T>
AsyncBeanQuery.loadNew(Class<T> type)
          Requests that a new instance specified bean of the specified is loaded.
<T> AsyncBeanFuture<T>
AsyncBeanQuery.loadNew(Class<T> type, Annotation... qualifiers)
          Requests that a new instance of specified bean of the specified and is loaded.
 


Errai 3.0.1-SNAPSHOT

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