Package org.jboss.weld.bean.builtin
Class BeanManagerImplBean
- java.lang.Object
-
- org.jboss.weld.util.bean.ForwardingBeanAttributes<T>
-
- org.jboss.weld.bean.CommonBean<T>
-
- org.jboss.weld.bean.RIBean<T>
-
- org.jboss.weld.bean.builtin.AbstractBuiltInBean<BeanManagerImpl>
-
- org.jboss.weld.bean.builtin.BeanManagerImplBean
-
- All Implemented Interfaces:
Contextual<BeanManagerImpl>,Bean<BeanManagerImpl>,BeanAttributes<BeanManagerImpl>,PassivationCapable,WeldBean<BeanManagerImpl>
public class BeanManagerImplBean extends AbstractBuiltInBean<BeanManagerImpl>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
AbstractBuiltInBean.BuiltInBeanAttributes<T>
-
-
Field Summary
-
Fields inherited from class org.jboss.weld.bean.RIBean
beanManager
-
-
Constructor Summary
Constructors Constructor Description BeanManagerImplBean(BeanManagerImpl manager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeanManagerImplcreate(CreationalContext<BeanManagerImpl> creationalContext)Create a new instance of the contextual type.Class<BeanManagerImpl>getType()Set<Type>getTypes()Obtains the bean types of the bean.StringtoString()-
Methods inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
cleanupAfterBoot, getInjectionPoints, initializeAfterBeanDiscovery, internalInitialize, isDependentContextOptimizationAllowed, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitialize
-
Methods inherited from class org.jboss.weld.bean.RIBean
destroy, getBeanClass, getBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributes
-
Methods inherited from class org.jboss.weld.bean.CommonBean
attributes, equals, getId, getIdentifier, hashCode, isNullable, unwrap
-
Methods inherited from class org.jboss.weld.util.bean.ForwardingBeanAttributes
getName, getQualifiers, getScope, getStereotypes, isAlternative
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.enterprise.inject.spi.BeanAttributes
getName, getQualifiers, getScope, getStereotypes, isAlternative
-
Methods inherited from interface javax.enterprise.inject.spi.PassivationCapable
getId
-
Methods inherited from interface org.jboss.weld.bean.WeldBean
getPriority
-
-
-
-
Constructor Detail
-
BeanManagerImplBean
public BeanManagerImplBean(BeanManagerImpl manager)
-
-
Method Detail
-
create
public BeanManagerImpl create(CreationalContext<BeanManagerImpl> creationalContext)
Description copied from interface:ContextualCreate a new instance of the contextual type. Instances should use the givenCreationalContextwhen obtaining contextual references to inject, in order to ensure that any dependent objects are associated with the contextual instance that is being created. An implementation may callCreationalContext.push(Object)between instantiation and injection to help the container minimize the use of client proxy objects.- Parameters:
creationalContext- the context in which this instance is being created- Returns:
- the contextual instance
-
getType
public Class<BeanManagerImpl> getType()
- Overrides:
getTypein classAbstractBuiltInBean<BeanManagerImpl>
-
getTypes
public Set<Type> getTypes()
Description copied from interface:BeanAttributesObtains the bean types of the bean.- Specified by:
getTypesin interfaceBeanAttributes<BeanManagerImpl>- Overrides:
getTypesin classForwardingBeanAttributes<BeanManagerImpl>- Returns:
- the bean types
-
toString
public String toString()
- Overrides:
toStringin classCommonBean<BeanManagerImpl>
-
-