public class BeanManagerBean extends AbstractOwbBean<javax.enterprise.inject.spi.BeanManager>
apiTypes, enabled, implQualifiers, injectionPoints, logger, name, nullable, passivatingId, returnType, scopeClass, serializable, specializedBean, stereoTypeClasses, stereoTypes, webBeansContext, webBeansType| Constructor and Description |
|---|
BeanManagerBean(WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.enterprise.inject.spi.BeanManager |
createInstance(javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.BeanManager> creationalContext)
Creates the instance of the bean that has a specific implementation
type.
|
protected void |
destroyInstance(javax.enterprise.inject.spi.BeanManager instance,
javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.BeanManager> creationalContext)
Destroy the instance of the bean.
|
boolean |
isPassivationCapable()
True if passivation capable false otherwise.
|
addApiType, addInjectionPoint, addQualifier, addStereoType, create, createNewInstance, destroy, destroyCreatedInstance, equals, getBeanClass, getId, getInjectionPoint, getInjectionPoints, getLogger, getManager, getName, getOwbStereotypes, getQualifiers, getReturnType, getScope, getStereotypes, getTypes, getWebBeansContext, getWebBeansType, hashCode, isAlternative, isDependent, isEnabled, isNullable, isSerializable, isSpecializedBean, setEnabled, setImplScopeType, setName, setNullable, setSerializable, setSpecializedBean, toString, validatePassivationDependenciespublic BeanManagerBean(WebBeansContext webBeansContext)
protected javax.enterprise.inject.spi.BeanManager createInstance(javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.BeanManager> creationalContext)
AbstractOwbBeancreateInstance in class AbstractOwbBean<javax.enterprise.inject.spi.BeanManager>creationalContext - the contextual instance shall be created inprotected void destroyInstance(javax.enterprise.inject.spi.BeanManager instance,
javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.BeanManager> creationalContext)
AbstractOwbBeandestroyInstance in class AbstractOwbBean<javax.enterprise.inject.spi.BeanManager>instance - instance of the bean that is being destroyedcreationalContext - the contextual instance has been created inpublic boolean isPassivationCapable()
OwbBeanisPassivationCapable in interface OwbBean<javax.enterprise.inject.spi.BeanManager>isPassivationCapable in class AbstractOwbBean<javax.enterprise.inject.spi.BeanManager>AbstractOwbBean.isPassivationCapable()Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.