Package org.apache.webbeans.component
Class BeanMetadataBean<T>
- java.lang.Object
-
- org.apache.webbeans.component.BeanAttributesImpl<T>
-
- org.apache.webbeans.component.AbstractOwbBean<T>
-
- org.apache.webbeans.component.BuiltInOwbBean<javax.enterprise.inject.spi.Bean<T>>
-
- org.apache.webbeans.component.BeanMetadataBean<T>
-
- All Implemented Interfaces:
javax.enterprise.context.spi.Contextual<javax.enterprise.inject.spi.Bean<T>>,javax.enterprise.inject.spi.Bean<javax.enterprise.inject.spi.Bean<T>>,javax.enterprise.inject.spi.BeanAttributes<javax.enterprise.inject.spi.Bean<T>>,javax.enterprise.inject.spi.PassivationCapable,OwbBean<javax.enterprise.inject.spi.Bean<T>>
public class BeanMetadataBean<T> extends BuiltInOwbBean<javax.enterprise.inject.spi.Bean<T>>
Implicit metadata bean definition.- Version:
- $Rev: 1493478 $ $Date: 2013-06-16 11:19:42 +0200 (So, 16 Jun 2013) $
-
-
Field Summary
-
Fields inherited from class org.apache.webbeans.component.AbstractOwbBean
enabled, logger, passivatingId, specializedBean, webBeansContext, webBeansType
-
-
Constructor Summary
Constructors Constructor Description BeanMetadataBean(WebBeansContext webBeansContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPassivationCapable()True if passivation capable false otherwise.Class<?>proxyableType()-
Methods inherited from class org.apache.webbeans.component.BuiltInOwbBean
getProducer
-
Methods inherited from class org.apache.webbeans.component.AbstractOwbBean
addToStringInfo, create, destroy, equals, getBeanClass, getId, getInjectionPoints, getLogger, getReturnType, getWebBeansContext, getWebBeansType, hashCode, isDependent, isEnabled, isSpecializedBean, providedId, setEnabled, setSpecializedBean, toString
-
Methods inherited from class org.apache.webbeans.component.BeanAttributesImpl
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullable
-
-
-
-
Constructor Detail
-
BeanMetadataBean
public BeanMetadataBean(WebBeansContext webBeansContext)
-
-
Method Detail
-
isPassivationCapable
public boolean isPassivationCapable()
Description copied from interface:OwbBeanTrue if passivation capable false otherwise.- Specified by:
isPassivationCapablein interfaceOwbBean<T>- Overrides:
isPassivationCapablein classAbstractOwbBean<javax.enterprise.inject.spi.Bean<T>>- Returns:
- true if this bean is passivation capable
-
proxyableType
public Class<?> proxyableType()
- Specified by:
proxyableTypein classBuiltInOwbBean<javax.enterprise.inject.spi.Bean<T>>- Returns:
- some built in beans can be decorated, this class is the one used to generate the proxy
-
-