public class AfterBeanDiscoveryImpl extends AbstractBeanDiscoveryEvent implements AfterBeanDiscovery
| Modifier | Constructor and Description |
|---|---|
protected |
AfterBeanDiscoveryImpl(BeanManagerImpl beanManager,
Deployment deployment,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends Context>> contexts) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBean(Bean<?> bean) |
void |
addContext(Context context) |
void |
addDefinitionError(Throwable t) |
void |
addObserverMethod(ObserverMethod<?> observerMethod) |
static void |
fire(BeanManagerImpl beanManager,
Deployment deployment,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends Context>> contexts) |
<T> AnnotatedType<T> |
getAnnotatedType(Class<T> type,
String id) |
<T> Iterable<AnnotatedType<T>> |
getAnnotatedTypes(Class<T> type) |
List<Throwable> |
getDefinitionErrors() |
protected <T> void |
processBean(Bean<T> b) |
getBeanDeployments, getDeployment, getOrCreateBeanDeployment, getTypeStorefiregetActualTypeArguments, getBeanManager, getErrors, getObserverMethod, getRawType, getReceiver, setObserverMethod, setReceiverprotected AfterBeanDiscoveryImpl(BeanManagerImpl beanManager, Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts)
public static void fire(BeanManagerImpl beanManager, Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts)
public void addDefinitionError(Throwable t)
addDefinitionError in interface AfterBeanDiscoverypublic void addBean(Bean<?> bean)
addBean in interface AfterBeanDiscoveryprotected <T> void processBean(Bean<T> b)
public void addContext(Context context)
addContext in interface AfterBeanDiscoverypublic void addObserverMethod(ObserverMethod<?> observerMethod)
addObserverMethod in interface AfterBeanDiscoverypublic <T> AnnotatedType<T> getAnnotatedType(Class<T> type, String id)
getAnnotatedType in interface AfterBeanDiscoverypublic <T> Iterable<AnnotatedType<T>> getAnnotatedTypes(Class<T> type)
getAnnotatedTypes in interface AfterBeanDiscoveryCopyright © 2014 Seam Framework. All Rights Reserved.