Package org.jboss.weld.bean.builtin
Class EventBean
- java.lang.Object
-
- org.jboss.weld.util.bean.ForwardingBeanAttributes<T>
-
- org.jboss.weld.bean.CommonBean<T>
-
- org.jboss.weld.bean.RIBean<T>
-
- org.jboss.weld.bean.builtin.AbstractBuiltInBean<T>
-
- org.jboss.weld.bean.builtin.AbstractDecorableBuiltInBean<T>
-
- org.jboss.weld.bean.builtin.AbstractFacadeBean<Event<?>>
-
- org.jboss.weld.bean.builtin.EventBean
-
- All Implemented Interfaces:
Contextual<Event<?>>
,Bean<Event<?>>
,BeanAttributes<Event<?>>
,PassivationCapable
,DecorableBean<Event<?>>
,WeldBean<Event<?>>
public class EventBean extends AbstractFacadeBean<Event<?>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
AbstractBuiltInBean.BuiltInBeanAttributes<T>
-
-
Field Summary
-
Fields inherited from class org.jboss.weld.bean.RIBean
beanManager
-
-
Constructor Summary
Constructors Constructor Description EventBean(BeanManagerImpl manager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
getBeanClass()
The bean class of the managed bean or session bean or of the bean that declares the producer method or field.protected Type
getDefaultType()
Set<Type>
getTypes()
Obtains the bean types of the bean.protected Event<?>
newInstance(InjectionPoint ip, CreationalContext<Event<?>> creationalContext)
String
toString()
-
Methods inherited from class org.jboss.weld.bean.builtin.AbstractFacadeBean
destroy, getDecorators, getInjectionPoint, getProxyClass, initializeAfterBeanDiscovery
-
Methods inherited from class org.jboss.weld.bean.builtin.AbstractDecorableBuiltInBean
create, getDecorators
-
Methods inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
cleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isDependentContextOptimizationAllowed, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitialize
-
Methods inherited from class org.jboss.weld.bean.RIBean
getBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributes
-
Methods inherited from class org.jboss.weld.bean.CommonBean
attributes, equals, getId, getIdentifier, hashCode, isNullable, unwrap
-
Methods inherited from class org.jboss.weld.util.bean.ForwardingBeanAttributes
getName, getQualifiers, getScope, getStereotypes, isAlternative
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.enterprise.inject.spi.Bean
getInjectionPoints, isNullable
-
Methods inherited from interface javax.enterprise.inject.spi.BeanAttributes
getName, getQualifiers, getScope, getStereotypes, isAlternative
-
Methods inherited from interface javax.enterprise.inject.spi.PassivationCapable
getId
-
Methods inherited from interface org.jboss.weld.bean.WeldBean
getPriority
-
-
-
-
Constructor Detail
-
EventBean
public EventBean(BeanManagerImpl manager)
-
-
Method Detail
-
getBeanClass
public Class<?> getBeanClass()
Description copied from interface:Bean
The bean class of the managed bean or session bean or of the bean that declares the producer method or field.- Specified by:
getBeanClass
in interfaceBean<Event<?>>
- Overrides:
getBeanClass
in classAbstractDecorableBuiltInBean<Event<?>>
- Returns:
- the bean class
-
newInstance
protected Event<?> newInstance(InjectionPoint ip, CreationalContext<Event<?>> creationalContext)
- Specified by:
newInstance
in classAbstractDecorableBuiltInBean<Event<?>>
-
toString
public String toString()
- Overrides:
toString
in classCommonBean<Event<?>>
-
getDefaultType
protected Type getDefaultType()
- Specified by:
getDefaultType
in classAbstractFacadeBean<Event<?>>
-
getTypes
public Set<Type> getTypes()
Description copied from interface:BeanAttributes
Obtains the bean types of the bean.- Specified by:
getTypes
in interfaceBeanAttributes<Event<?>>
- Overrides:
getTypes
in classForwardingBeanAttributes<Event<?>>
- Returns:
- the bean types
-
-