Package | Description |
---|---|
org.jboss.errai.ioc.client.container.async |
Modifier and Type | Method and Description |
---|---|
<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.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.