@Module public class ManagedBeanImpl<X> extends AbstractIntrospectedBean<X> implements ScopeAdapterBean<X>, ScheduleBean
CURRENT_ANN| Constructor and Description |
|---|
ManagedBeanImpl(InjectManager webBeans,
<any> beanType,
<any> injectionTarget) |
ManagedBeanImpl(InjectManager injectManager,
<any> beanType,
boolean isSessionBean) |
| Modifier and Type | Method and Description |
|---|---|
X |
create(<any> context)
Creates a new instance of the component.
|
X |
createDependent(<any> env)
Creates a new instance of the component.
|
void |
destroy(X instance,
<any> cxt)
Call pre-destroy
|
void |
dispose(X instance)
Call post-construct
|
<any> |
getAnnotatedType() |
java.util.Set<InjectionPoint> |
getInjectionPoints()
Returns the set of injection points, for validation.
|
<any> |
getInjectionTarget() |
java.util.Set<ObserverMethodImpl<X,?>> |
getObserverMethods()
Returns the observer methods
|
java.lang.Object |
getScopeAdapter() |
X |
getScopeAdapter(<any> topBean,
CreationalContextImpl<X> cxt) |
void |
introspect() |
protected void |
introspect(<any> beanType)
Called for implicit introspection.
|
void |
introspectProduces() |
protected boolean |
isNormalScope() |
protected boolean |
isProxiedScope() |
void |
scheduleTimers(java.lang.Object value) |
void |
setInjectionTarget(<any> target) |
boolean |
validate() |
bind, getAnnotated, getBaseType, getBeanClass, getDefaultName, getId, getJavaClass, getName, getNamedValue, getQualifiers, getScope, getStereotypes, getTargetClass, getTargetName, getTargetSimpleName, getTargetType, getTypes, introspectDefault, introspectName, introspectQualifiers, introspectScope, introspectSpecializes, introspectStereotypes, isAlternative, isNullable, isPassivating, isPassivationCapable, setPassivating, setPassivationId, toDebugStringcalculatePassivationId, createObject, getBeanManager, toDisplayString, toDisplayStringImpl, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetScopeAdapterpublic ManagedBeanImpl(InjectManager injectManager, <any> beanType, boolean isSessionBean)
public ManagedBeanImpl(InjectManager webBeans, <any> beanType, <any> injectionTarget)
public <any> getAnnotatedType()
getAnnotatedType in class AbstractBean<X>public <any> getInjectionTarget()
getInjectionTarget in class AbstractBean<X>public void setInjectionTarget(<any> target)
protected boolean isNormalScope()
isNormalScope in class AbstractIntrospectedBean<X>public X create(<any> context)
create in class AbstractIntrospectedBean<X>public X createDependent(<any> env)
public X getScopeAdapter(<any> topBean, CreationalContextImpl<X> cxt)
protected boolean isProxiedScope()
public java.lang.Object getScopeAdapter()
public java.util.Set<InjectionPoint> getInjectionPoints()
getInjectionPoints in class AbstractIntrospectedBean<X>public boolean validate()
public java.util.Set<ObserverMethodImpl<X,?>> getObserverMethods()
public void dispose(X instance)
dispose in class AbstractIntrospectedBean<X>public void destroy(X instance, <any> cxt)
destroy in class AbstractIntrospectedBean<X>public void introspect()
introspect in class AbstractIntrospectedBean<X>protected void introspect(<any> beanType)
introspect in class AbstractIntrospectedBean<X>public void introspectProduces()
public void scheduleTimers(java.lang.Object value)
scheduleTimers in interface ScheduleBean