|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.component.AbstractOwbBean<javax.enterprise.inject.spi.BeanManager>
org.apache.webbeans.component.BeanManagerBean
public class BeanManagerBean
| Field Summary |
|---|
| Fields inherited from class org.apache.webbeans.component.AbstractOwbBean |
|---|
apiTypes, enabled, implQualifiers, implScopeType, injectionPoints, name, nullable, passivatingId, returnType, scopeClass, serializable, specializedBean, stereoTypeClasses, stereoTypes, webBeansType |
| Constructor Summary | |
|---|---|
BeanManagerBean(WebBeansContext webBeansContext)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.apache.webbeans.component.AbstractOwbBean |
|---|
addApiType, addInjectionPoint, addQualifier, addStereoType, create, createNewInstance, destroy, destroyCreatedInstance, getBeanClass, getId, getImplQualifiers, getImplScopeType, getInjectionPoint, getInjectionPoints, getLogger, getManager, getName, getOwbStereotypes, getQualifiers, getReturnType, getScope, getStereotypes, getTypes, getWebBeansContext, getWebBeansType, isAlternative, isDependent, isEnabled, isNullable, isSerializable, isSpecializedBean, setEnabled, setImplScopeType, setName, setNullable, setSerializable, setSpecializedBean, toString, validatePassivationDependencies |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BeanManagerBean(WebBeansContext webBeansContext)
| Method Detail |
|---|
protected javax.enterprise.inject.spi.BeanManager createInstance(javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.BeanManager> creationalContext)
AbstractOwbBean
createInstance in class AbstractOwbBean<javax.enterprise.inject.spi.BeanManager>creationalContext - the contextual instance shall be created in
protected void destroyInstance(javax.enterprise.inject.spi.BeanManager instance,
javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.BeanManager> creationalContext)
AbstractOwbBean
destroyInstance 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()
OwbBean
isPassivationCapable in interface OwbBean<javax.enterprise.inject.spi.BeanManager>isPassivationCapable in class AbstractOwbBean<javax.enterprise.inject.spi.BeanManager>AbstractOwbBean.isPassivationCapable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||