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<javax.enterprise.context.Conversation>
-
- org.jboss.weld.bean.builtin.ConversationBean
-
- All Implemented Interfaces:
javax.enterprise.context.spi.Contextual<javax.enterprise.context.Conversation>,javax.enterprise.inject.spi.Bean<javax.enterprise.context.Conversation>,javax.enterprise.inject.spi.BeanAttributes<javax.enterprise.context.Conversation>,javax.enterprise.inject.spi.PassivationCapable,DecorableBean<javax.enterprise.context.Conversation>
public class ConversationBean extends AbstractStaticallyDecorableBuiltInBean<javax.enterprise.context.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()StringgetName()Class<? extends Annotation>getScope()voidinternalInitialize(BeanDeployerEnvironment environment)protected javax.enterprise.context.ConversationnewInstance(javax.enterprise.inject.spi.InjectionPoint ip, javax.enterprise.context.spi.CreationalContext<javax.enterprise.context.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
-
-
-
-
Constructor Detail
-
ConversationBean
public ConversationBean(BeanManagerImpl beanManager)
-
-
Method Detail
-
internalInitialize
public void internalInitialize(BeanDeployerEnvironment environment)
- Overrides:
internalInitializein classAbstractBuiltInBean<javax.enterprise.context.Conversation>
-
newInstance
protected javax.enterprise.context.Conversation newInstance(javax.enterprise.inject.spi.InjectionPoint ip, javax.enterprise.context.spi.CreationalContext<javax.enterprise.context.Conversation> creationalContext)- Specified by:
newInstancein classAbstractDecorableBuiltInBean<javax.enterprise.context.Conversation>
-
getBeanClass
public Class<?> getBeanClass()
- Specified by:
getBeanClassin interfacejavax.enterprise.inject.spi.Bean<javax.enterprise.context.Conversation>- Overrides:
getBeanClassin classAbstractDecorableBuiltInBean<javax.enterprise.context.Conversation>
-
getScope
public Class<? extends Annotation> getScope()
- Specified by:
getScopein interfacejavax.enterprise.inject.spi.BeanAttributes<javax.enterprise.context.Conversation>- Overrides:
getScopein classForwardingBeanAttributes<javax.enterprise.context.Conversation>
-
getName
public String getName()
- Specified by:
getNamein interfacejavax.enterprise.inject.spi.BeanAttributes<javax.enterprise.context.Conversation>- Overrides:
getNamein classForwardingBeanAttributes<javax.enterprise.context.Conversation>
-
-