org.jboss.weld.bean.builtin
Class ManagerBean
java.lang.Object
org.jboss.weld.bean.RIBean<T>
org.jboss.weld.bean.builtin.AbstractBuiltInBean<BeanManagerImpl>
org.jboss.weld.bean.builtin.ManagerBean
- All Implemented Interfaces:
- javax.enterprise.context.spi.Contextual<BeanManagerImpl>, javax.enterprise.inject.spi.Bean<BeanManagerImpl>, javax.enterprise.inject.spi.PassivationCapable
public class ManagerBean
- extends AbstractBuiltInBean<BeanManagerImpl>
| Methods inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean |
getAnnotatedInjectionPoints, getDescription, getName, getQualifiers, getScope, getSpecializedBean, getStereotypes, initialize, isAlternative, isNullable, isPrimitive, isProxyable, isSpecializing |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ManagerBean
public ManagerBean(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-2009 Seam Framework. All Rights Reserved.