Package | Description |
---|---|
org.jboss.errai.ioc.client.container | |
org.jboss.errai.ioc.client.container.async |
Modifier and Type | Method and Description |
---|---|
<T> AsyncBeanDef<T> |
SyncToAsyncBeanManagerAdapter.lookupBean(Class<T> type,
Annotation... qualifiers) |
Modifier and Type | Method and Description |
---|---|
<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) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsyncBean<T> |
class |
AsyncDependentBean<T> |
class |
AsyncSingletonBean<T> |
Modifier and Type | Method and Description |
---|---|
<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
|
Modifier and Type | Method and Description |
---|---|
<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 . |
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.loadNew(AsyncBeanDef<T> beanDef)
Requests that a new instance of the bean described by the specified
AsyncBeanDef is loaded. |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.