org.jboss.weld.bean.builtin
Class BeanManagerBean
java.lang.Object
org.jboss.weld.bean.RIBean<T>
org.jboss.weld.bean.builtin.AbstractBuiltInBean<BeanManagerImpl>
org.jboss.weld.bean.builtin.BeanManagerBean
- All Implemented Interfaces:
- javax.enterprise.context.spi.Contextual<BeanManagerImpl>, javax.enterprise.inject.spi.Bean<BeanManagerImpl>, javax.enterprise.inject.spi.PassivationCapable
public class BeanManagerBean
- extends AbstractBuiltInBean<BeanManagerImpl>
Methods inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean |
cleanupAfterBoot, getName, getQualifiers, getScope, getSpecializedBean, getStereotypes, getWeldInjectionPoints, initialize, initializeAfterBeanDiscovery, isAlternative, isNullable, isPassivationCapableBean, isPassivationCapableDependency, isPrimitive, isProxyable, isProxyRequired, isSpecializing |
BeanManagerBean
public BeanManagerBean(BeanManagerImpl manager)
create
public BeanManagerImpl create(javax.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext)
getType
public Class<BeanManagerImpl> getType()
- Specified by:
getType
in class RIBean<BeanManagerImpl>
getTypes
public Set<Type> getTypes()
destroy
public void destroy(BeanManagerImpl instance,
javax.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext)
toString
public String toString()
- Overrides:
toString
in class RIBean<BeanManagerImpl>
Copyright © 2013 Seam Framework. All Rights Reserved.