public class ConversationBean extends AbstractStaticallyDecorableBuiltInBean<Conversation>
AbstractBuiltInBean.BuiltInBeanAttributes<T>beanManagerBEAN_ID_PREFIX, BEAN_ID_SEPARATOR| Constructor and Description |
|---|
ConversationBean(BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(Conversation instance,
CreationalContext<Conversation> creationalContext)
Destroy an instance of the contextual type.
|
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, preInitializegetBeanManager, getQualifierInstances, initialize, isDependent, isNormalScopedattributes, equals, getId, hashCode, isNullable, setAttributes, toString, unwrapgetQualifiers, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInjectionPoints, isNullablegetQualifiers, 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 void destroy(Conversation instance, CreationalContext<Conversation> creationalContext)
ContextualCreationalContext.release() to allow the container to destroy dependent objects of
the contextual instance.instance - the contextual instance to destroycreationalContext - the context in which this instance was createdpublic 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 © 2013 Seam Framework. All Rights Reserved.