public class BeanManagerBean extends AbstractBuiltInBean<BeanManagerImpl>
BEAN_ID_PREFIX, BEAN_ID_SEPARATOR
Constructor and Description |
---|
BeanManagerBean(BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
BeanManagerImpl |
create(javax.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext) |
void |
destroy(BeanManagerImpl instance,
javax.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext) |
Class<BeanManagerImpl> |
getType() |
Set<Type> |
getTypes() |
String |
toString() |
cleanupAfterBoot, getName, getQualifiers, getScope, getSpecializedBean, getStereotypes, getWeldInjectionPoints, initialize, initializeAfterBeanDiscovery, isAlternative, isNullable, isPassivationCapableBean, isPassivationCapableDependency, isPrimitive, isProxyable, isProxyRequired, isSpecializing
equals, getBeanClass, getBeanManager, getId, getInjectionPoints, hashCode, isDependent
public BeanManagerBean(BeanManagerImpl manager)
public BeanManagerImpl create(javax.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext)
public Class<BeanManagerImpl> getType()
getType
in class RIBean<BeanManagerImpl>
public void destroy(BeanManagerImpl instance, javax.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext)
public String toString()
toString
in class RIBean<BeanManagerImpl>
Copyright © 2012 Seam Framework. All Rights Reserved.