|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
SyncToAsyncBeanManagerAdapter.lookupBean(Class<T> type,
Annotation... qualifiers)
|
Methods in org.jboss.errai.ioc.client.container that return types with arguments of type AsyncBeanDef | ||
---|---|---|
|
SyncToAsyncBeanManagerAdapter.lookupBeans(Class<T> type)
|
|
|
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 | ||
---|---|---|
|
AsyncBeanManagerImpl.lookupBean(Class<T> type,
Annotation... qualifiers)
|
|
|
AsyncBeanManager.lookupBean(Class<T> type,
Annotation... qualifiers)
Looks up a bean reference based on type and qualifiers. |
|
static
|
AsyncDependentBean.newBean(AsyncBeanManagerImpl beanManager,
Class<T> type,
Class<?> beanType,
Annotation[] qualifiers,
String name,
boolean concrete,
AsyncBeanProvider<T> provider,
Class<Object> beanActivatorType)
|
|
static
|
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 | ||
---|---|---|
|
AsyncBeanManagerImpl.lookupBeans(Class<T> type)
|
|
|
AsyncBeanManager.lookupBeans(Class<T> type)
Looks up all beans of the specified type. |
|
|
AsyncBeanManagerImpl.lookupBeans(Class<T> type,
Annotation... qualifierInstances)
|
|
|
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 | ||
---|---|---|
|
AsyncBeanQuery.load(AsyncBeanDef<T> beanDef)
Requests that the bean described by the specified AsyncBeanDef is loaded. |
|
|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |