Package org.apache.webbeans.component
Class ConversationBean
- java.lang.Object
-
- org.apache.webbeans.component.BeanAttributesImpl<T>
-
- org.apache.webbeans.component.AbstractOwbBean<T>
-
- org.apache.webbeans.component.BuiltInOwbBean<ConversationImpl>
-
- org.apache.webbeans.component.ConversationBean
-
- All Implemented Interfaces:
javax.enterprise.context.spi.Contextual<ConversationImpl>,javax.enterprise.inject.spi.Bean<ConversationImpl>,javax.enterprise.inject.spi.BeanAttributes<ConversationImpl>,javax.enterprise.inject.spi.PassivationCapable,InterceptedMarker,OwbBean<ConversationImpl>
public class ConversationBean extends BuiltInOwbBean<ConversationImpl> implements InterceptedMarker
Conversation bean implementation.- Version:
- $Rev$ $Date$
-
-
Field Summary
-
Fields inherited from class org.apache.webbeans.component.AbstractOwbBean
enabled, logger, passivatingId, specializedBean, webBeansContext, webBeansType
-
-
Constructor Summary
Constructors Constructor Description ConversationBean(WebBeansContext webBeansContext)Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>proxyableType()-
Methods inherited from class org.apache.webbeans.component.BuiltInOwbBean
getProducer
-
Methods inherited from class org.apache.webbeans.component.AbstractOwbBean
addToStringInfo, create, destroy, equals, getBeanClass, getId, getInjectionPoints, getLogger, getReturnType, getWebBeansContext, getWebBeansType, hashCode, isDependent, isEnabled, isPassivationCapable, isSpecializedBean, providedId, setEnabled, setSpecializedBean, toString
-
Methods inherited from class org.apache.webbeans.component.BeanAttributesImpl
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullable
-
-
-
-
Constructor Detail
-
ConversationBean
public ConversationBean(WebBeansContext webBeansContext)
Default constructor.- Parameters:
webBeansContext-
-
-
Method Detail
-
proxyableType
public Class<?> proxyableType()
- Specified by:
proxyableTypein classBuiltInOwbBean<ConversationImpl>- Returns:
- some built in beans can be decorated, this class is the one used to generate the proxy
-
-