public class ConversationBean extends AbstractStaticallyDecorableBuiltInBean<Conversation>
AbstractBuiltInBean.BuiltInBeanAttributes<T>beanManager| Constructor and Description |
|---|
ConversationBean(BeanManagerImpl beanManager) |
| 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.
|
String |
getName()
Obtains the EL name of a bean, if it has one.
|
Class<? extends Annotation> |
getScope()
Obtains the scope of the bean.
|
void |
internalInitialize(BeanDeployerEnvironment environment) |
protected Conversation |
newInstance(InjectionPoint ip,
CreationalContext<Conversation> creationalContext) |
getDecorators, getProxyClass, initializeAfterBeanDiscoverycreate, getDecorators, getInjectionPointcleanupAfterBoot, getInjectionPoints, getType, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializedestroy, getBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributesattributes, equals, getId, getIdentifier, hashCode, isNullable, toString, unwrapgetQualifiers, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInjectionPoints, isNullabledestroygetQualifiers, getStereotypes, getTypes, isAlternativegetIdpublic ConversationBean(BeanManagerImpl beanManager)
public void internalInitialize(BeanDeployerEnvironment environment)
internalInitialize in class AbstractBuiltInBean<Conversation>protected Conversation newInstance(InjectionPoint ip, CreationalContext<Conversation> creationalContext)
newInstance in class AbstractDecorableBuiltInBean<Conversation>public Class<?> getBeanClass()
BeangetBeanClass in interface Bean<Conversation>getBeanClass in class AbstractDecorableBuiltInBean<Conversation>public Class<? extends Annotation> getScope()
BeanAttributesgetScope in interface BeanAttributes<Conversation>getScope in class ForwardingBeanAttributes<Conversation>public String getName()
BeanAttributesgetName in interface BeanAttributes<Conversation>getName in class ForwardingBeanAttributes<Conversation>Copyright © 2015. All Rights Reserved.