|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
AsyncBeanQuery.load(AsyncBeanDef<T> beanDef)
Requests that the bean described by the specified AsyncBeanDef is loaded. |
|
|
AsyncBeanQuery.load(Class<T> type)
Requests that the specified bean of the specified is loaded. |
|
|
AsyncBeanQuery.load(Class<T> type,
Annotation... qualifiers)
Requests that the specified bean of the specified and is loaded. |
|
|
AsyncBeanQuery.loadNew(AsyncBeanDef<T> beanDef)
Requests that a new instance of the bean described by the specified AsyncBeanDef is loaded. |
|
|
AsyncBeanQuery.loadNew(Class<T> type)
Requests that a new instance specified bean of the specified is loaded. |
|
|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |