public class BeanManagerImplBean extends AbstractBuiltInBean<BeanManagerImpl>
AbstractBuiltInBean.BuiltInBeanAttributes<T>
beanManager
Constructor and Description |
---|
BeanManagerImplBean(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, getInjectionPoints, initializeAfterBeanDiscovery, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitialize
getBeanClass, getBeanManager, getQualifierInstances, initialize, isDependent, isNormalScoped
attributes, equals, getId, getIdentifier, hashCode, isNullable, setAttributes, unwrap
getName, getQualifiers, getScope, getStereotypes, isAlternative
public BeanManagerImplBean(BeanManagerImpl manager)
public BeanManagerImpl create(javax.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext)
public Class<BeanManagerImpl> getType()
getType
in class AbstractBuiltInBean<BeanManagerImpl>
public Set<Type> getTypes()
getTypes
in interface javax.enterprise.inject.spi.BeanAttributes<BeanManagerImpl>
getTypes
in class ForwardingBeanAttributes<BeanManagerImpl>
public void destroy(BeanManagerImpl instance, javax.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext)
public String toString()
toString
in class CommonBean<BeanManagerImpl>
Copyright © 2016. All rights reserved.