org.jboss.weld.bean.builtin
Class BeanManagerBean

java.lang.Object
  extended by org.jboss.weld.bean.RIBean<T>
      extended by org.jboss.weld.bean.builtin.AbstractBuiltInBean<BeanManagerImpl>
          extended by 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>


Field Summary
 
Fields inherited from class org.jboss.weld.bean.RIBean
BEAN_ID_PREFIX, BEAN_ID_SEPARATOR
 
Constructor Summary
BeanManagerBean(BeanManagerImpl manager)
           
 
Method Summary
 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()
           
 
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
 
Methods inherited from class org.jboss.weld.bean.RIBean
equals, getBeanClass, getBeanManager, getId, getInjectionPoints, getQualifierInstances, hashCode, isDependent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanManagerBean

public BeanManagerBean(BeanManagerImpl manager)
Method Detail

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.