public class ConversationBean extends AbstractBuiltInBean<javax.enterprise.context.Conversation>
BEAN_ID_PREFIX, BEAN_ID_SEPARATOR
Constructor and Description |
---|
ConversationBean(BeanManagerImpl beanManager) |
Modifier and Type | Method and Description |
---|---|
javax.enterprise.context.Conversation |
create(javax.enterprise.context.spi.CreationalContext<javax.enterprise.context.Conversation> creationalContext) |
void |
destroy(javax.enterprise.context.Conversation instance,
javax.enterprise.context.spi.CreationalContext<javax.enterprise.context.Conversation> creationalContext) |
String |
getName() |
Class<? extends Annotation> |
getScope() |
Class<javax.enterprise.context.Conversation> |
getType() |
Set<Type> |
getTypes() |
void |
initialize(BeanDeployerEnvironment environment) |
cleanupAfterBoot, getQualifiers, getSpecializedBean, getStereotypes, getWeldInjectionPoints, initializeAfterBeanDiscovery, isAlternative, isNullable, isPassivationCapableBean, isPassivationCapableDependency, isPrimitive, isProxyable, isProxyRequired, isSpecializing
equals, getBeanClass, getBeanManager, getId, getInjectionPoints, getQualifierInstances, hashCode, isDependent, toString
public ConversationBean(BeanManagerImpl beanManager)
public void initialize(BeanDeployerEnvironment environment)
initialize
in class AbstractBuiltInBean<javax.enterprise.context.Conversation>
public javax.enterprise.context.Conversation create(javax.enterprise.context.spi.CreationalContext<javax.enterprise.context.Conversation> creationalContext)
public void destroy(javax.enterprise.context.Conversation instance, javax.enterprise.context.spi.CreationalContext<javax.enterprise.context.Conversation> creationalContext)
public Class<javax.enterprise.context.Conversation> getType()
public Class<? extends Annotation> getScope()
getScope
in interface javax.enterprise.inject.spi.Bean<javax.enterprise.context.Conversation>
getScope
in class AbstractBuiltInBean<javax.enterprise.context.Conversation>
public String getName()
getName
in interface javax.enterprise.inject.spi.Bean<javax.enterprise.context.Conversation>
getName
in class AbstractBuiltInBean<javax.enterprise.context.Conversation>
Copyright © 2013 Seam Framework. All rights reserved.