public class EventBean extends AbstractFacadeBean<Event<?>>
BEAN_ID_PREFIX, BEAN_ID_SEPARATOR| Constructor and Description |
|---|
EventBean(BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getBeanClass()
The bean class of the managed bean or session bean or
of the bean that declares the producer method or field.
|
Set<Annotation> |
getQualifiers()
Obtains the qualifiers of the bean.
|
Class<Event<?>> |
getType() |
Set<Type> |
getTypes()
Obtains the bean types of the bean.
|
protected Event<?> |
newInstance(InjectionPoint injectionPoint,
CreationalContext<Event<?>> creationalContext) |
String |
toString() |
create, destroycleanupAfterBoot, getName, getScope, getSpecializedBean, getStereotypes, getWeldInjectionPoints, initialize, initializeAfterBeanDiscovery, isAlternative, isNullable, isPassivationCapableBean, isPassivationCapableDependency, isPrimitive, isProxyable, isProxyRequired, isSpecializingequals, getBeanManager, getId, getInjectionPoints, getQualifierInstances, hashCode, isDependent, isNormalScopedpublic EventBean(BeanManagerImpl manager)
public Class<?> getBeanClass()
BeangetBeanClass in interface Bean<Event<?>>getBeanClass in class RIBean<Event<?>>public Set<Type> getTypes()
Beanpublic Set<Annotation> getQualifiers()
BeangetQualifiers in interface Bean<Event<?>>getQualifiers in class AbstractBuiltInBean<Event<?>>protected Event<?> newInstance(InjectionPoint injectionPoint, CreationalContext<Event<?>> creationalContext)
newInstance in class AbstractFacadeBean<Event<?>>Copyright © 2013 Seam Framework. All Rights Reserved.