public class ConversationBean extends AbstractStaticallyDecorableBuiltInBean<javax.enterprise.context.Conversation>
AbstractBuiltInBean.BuiltInBeanAttributes<T>
beanManager
Constructor and Description |
---|
ConversationBean(BeanManagerImpl beanManager) |
Modifier and Type | Method and Description |
---|---|
void |
destroy(javax.enterprise.context.Conversation instance,
javax.enterprise.context.spi.CreationalContext<javax.enterprise.context.Conversation> creationalContext) |
Class<?> |
getBeanClass() |
String |
getName() |
Class<? extends Annotation> |
getScope() |
void |
internalInitialize(BeanDeployerEnvironment environment) |
protected javax.enterprise.context.Conversation |
newInstance(javax.enterprise.inject.spi.InjectionPoint ip,
javax.enterprise.context.spi.CreationalContext<javax.enterprise.context.Conversation> creationalContext) |
getDecorators, getProxyClass, initializeAfterBeanDiscovery
create, getDecorators, getInjectionPoint
cleanupAfterBoot, getInjectionPoints, getType, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitialize
getBeanManager, getQualifierInstances, initialize, isDependent, isNormalScoped
attributes, equals, getId, getIdentifier, hashCode, isNullable, setAttributes, toString, unwrap
getQualifiers, getStereotypes, getTypes, isAlternative
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ConversationBean(BeanManagerImpl beanManager)
public void internalInitialize(BeanDeployerEnvironment environment)
internalInitialize
in class AbstractBuiltInBean<javax.enterprise.context.Conversation>
protected javax.enterprise.context.Conversation newInstance(javax.enterprise.inject.spi.InjectionPoint ip, javax.enterprise.context.spi.CreationalContext<javax.enterprise.context.Conversation> creationalContext)
newInstance
in class AbstractDecorableBuiltInBean<javax.enterprise.context.Conversation>
public void destroy(javax.enterprise.context.Conversation instance, javax.enterprise.context.spi.CreationalContext<javax.enterprise.context.Conversation> creationalContext)
public Class<?> getBeanClass()
getBeanClass
in interface javax.enterprise.inject.spi.Bean<javax.enterprise.context.Conversation>
getBeanClass
in class AbstractDecorableBuiltInBean<javax.enterprise.context.Conversation>
public Class<? extends Annotation> getScope()
getScope
in interface javax.enterprise.inject.spi.BeanAttributes<javax.enterprise.context.Conversation>
getScope
in class ForwardingBeanAttributes<javax.enterprise.context.Conversation>
public String getName()
getName
in interface javax.enterprise.inject.spi.BeanAttributes<javax.enterprise.context.Conversation>
getName
in class ForwardingBeanAttributes<javax.enterprise.context.Conversation>
Copyright © 2016. All rights reserved.