Package org.jboss.weld.bean.builtin
Class ConversationBean
- 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.AbstractStaticallyDecorableBuiltInBean<Conversation>
-
- org.jboss.weld.bean.builtin.ConversationBean
-
- All Implemented Interfaces:
Contextual<Conversation>,Bean<Conversation>,BeanAttributes<Conversation>,PassivationCapable,DecorableBean<Conversation>,WeldBean<Conversation>
public class ConversationBean extends AbstractStaticallyDecorableBuiltInBean<Conversation>
-
-
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 ConversationBean(BeanManagerImpl beanManager)
-
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.StringgetName()Obtains the EL name of a bean, if it has one.Class<? extends Annotation>getScope()Obtains the scope of the bean.voidinternalInitialize(BeanDeployerEnvironment environment)protected ConversationnewInstance(InjectionPoint ip, CreationalContext<Conversation> creationalContext)-
Methods inherited from class org.jboss.weld.bean.builtin.AbstractStaticallyDecorableBuiltInBean
getDecorators, getProxyClass, initializeAfterBeanDiscovery
-
Methods inherited from class org.jboss.weld.bean.builtin.AbstractDecorableBuiltInBean
create, getDecorators, getInjectionPoint
-
Methods inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
cleanupAfterBoot, getInjectionPoints, getType, isDependentContextOptimizationAllowed, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitialize
-
Methods inherited from class org.jboss.weld.bean.RIBean
destroy, getBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributes
-
Methods inherited from class org.jboss.weld.bean.CommonBean
attributes, equals, getId, getIdentifier, hashCode, isNullable, toString, unwrap
-
Methods inherited from class org.jboss.weld.util.bean.ForwardingBeanAttributes
getQualifiers, getStereotypes, getTypes, 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
getQualifiers, getStereotypes, getTypes, isAlternative
-
Methods inherited from interface javax.enterprise.context.spi.Contextual
destroy
-
Methods inherited from interface javax.enterprise.inject.spi.PassivationCapable
getId
-
Methods inherited from interface org.jboss.weld.bean.WeldBean
getPriority
-
-
-
-
Constructor Detail
-
ConversationBean
public ConversationBean(BeanManagerImpl beanManager)
-
-
Method Detail
-
internalInitialize
public void internalInitialize(BeanDeployerEnvironment environment)
- Overrides:
internalInitializein classAbstractBuiltInBean<Conversation>
-
newInstance
protected Conversation newInstance(InjectionPoint ip, CreationalContext<Conversation> creationalContext)
- Specified by:
newInstancein classAbstractDecorableBuiltInBean<Conversation>
-
getBeanClass
public Class<?> getBeanClass()
Description copied from interface:BeanThe bean class of the managed bean or session bean or of the bean that declares the producer method or field.- Specified by:
getBeanClassin interfaceBean<Conversation>- Overrides:
getBeanClassin classAbstractDecorableBuiltInBean<Conversation>- Returns:
- the bean class
-
getScope
public Class<? extends Annotation> getScope()
Description copied from interface:BeanAttributesObtains the scope of the bean.- Specified by:
getScopein interfaceBeanAttributes<Conversation>- Overrides:
getScopein classForwardingBeanAttributes<Conversation>- Returns:
- the scope
-
getName
public String getName()
Description copied from interface:BeanAttributesObtains the EL name of a bean, if it has one.- Specified by:
getNamein interfaceBeanAttributes<Conversation>- Overrides:
getNamein classForwardingBeanAttributes<Conversation>- Returns:
- the EL name
-
-