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 |
getName, getQualifiers, getScope, getSpecializedBean, getStereotypes, getWeldInjectionPoints, initialize, isAlternative, isNullable, isPassivationCapableBean, isPassivationCapableDependency, isPrimitive, isProxyable, isSpecializing |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BeanManagerBean
public BeanManagerBean(BeanManagerImpl manager)
create
public BeanManagerImpl create(javax.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext)
getType
public java.lang.Class<BeanManagerImpl> getType()
- Specified by:
getType in class RIBean<BeanManagerImpl>
getTypes
public java.util.Set<java.lang.reflect.Type> getTypes()
destroy
public void destroy(BeanManagerImpl instance,
javax.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext)
toString
public java.lang.String toString()
- Overrides:
toString in class RIBean<BeanManagerImpl>
Copyright © 2008-2010 Seam Framework. All Rights Reserved.