|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.component.BeanAttributesImpl<T>
org.apache.webbeans.component.AbstractOwbBean<T>
org.apache.webbeans.component.InjectionTargetBean<T>
org.apache.openejb.cdi.ConstructorInjectionBean<T>
public class ConstructorInjectionBean<T>
NOTE: think to cache this object to avoid concurrent issues.
| Field Summary |
|---|
| Fields inherited from class org.apache.webbeans.component.AbstractOwbBean |
|---|
enabled, logger, passivatingId, specializedBean, webBeansContext, webBeansType |
| Constructor Summary | |
|---|---|
ConstructorInjectionBean(org.apache.webbeans.config.WebBeansContext webBeansContext,
Class<T> returnType,
javax.enterprise.inject.spi.AnnotatedType<T> at)
|
|
ConstructorInjectionBean(org.apache.webbeans.config.WebBeansContext webBeansContext,
Class<T> returnType,
javax.enterprise.inject.spi.AnnotatedType<T> at,
Boolean passivationCapable)
|
|
| Method Summary | |
|---|---|
boolean |
isPassivationCapable()
|
| Methods inherited from class org.apache.webbeans.component.InjectionTargetBean |
|---|
getAnnotatedType, getInjectionTarget, getProducer |
| Methods inherited from class org.apache.webbeans.component.AbstractOwbBean |
|---|
create, destroy, getBeanClass, getId, getInjectionPoints, getLogger, getReturnType, getWebBeansContext, getWebBeansType, isAlternative, isDependent, isEnabled, isSpecializedBean, setEnabled, setSpecializedBean, toString |
| Methods inherited from class org.apache.webbeans.component.BeanAttributesImpl |
|---|
getName, getQualifiers, getScope, getStereotypes, getTypes, isNullable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.enterprise.inject.spi.Bean |
|---|
getName, getQualifiers, getScope, getStereotypes, getTypes, isNullable |
| Constructor Detail |
|---|
public ConstructorInjectionBean(org.apache.webbeans.config.WebBeansContext webBeansContext,
Class<T> returnType,
javax.enterprise.inject.spi.AnnotatedType<T> at)
public ConstructorInjectionBean(org.apache.webbeans.config.WebBeansContext webBeansContext,
Class<T> returnType,
javax.enterprise.inject.spi.AnnotatedType<T> at,
Boolean passivationCapable)
| Method Detail |
|---|
public boolean isPassivationCapable()
isPassivationCapable in interface org.apache.webbeans.component.OwbBean<T>isPassivationCapable in class org.apache.webbeans.component.AbstractOwbBean<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||