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, isSpecializingequals, getBeanClass, getBeanManager, getId, getInjectionPoints, getQualifierInstances, hashCode, isDependent, isNormalScopedpublic 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 © 2014 Seam Framework. All Rights Reserved.