public class PassivationCapableThirdpartyBeanImpl<T> extends ThirdpartyBeanImpl<T> implements javax.enterprise.inject.spi.PassivationCapable
enabled, logger, passivatingId, specializedBean, webBeansContext, webBeansType| Constructor and Description |
|---|
PassivationCapableThirdpartyBeanImpl(WebBeansContext webBeansContext,
javax.enterprise.inject.spi.Bean<T> bean) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
get the unique Id of the bean.
|
boolean |
isPassivationCapable()
True if passivation capable false otherwise.
|
create, destroy, equals, getBeanClass, getInjectionPoints, getProducer, hashCode, isAlternativegetLogger, getReturnType, getWebBeansContext, getWebBeansType, isDependent, isEnabled, isSpecializedBean, setEnabled, setSpecializedBean, toStringgetName, getQualifiers, getScope, getStereotypes, getTypes, isNullablepublic PassivationCapableThirdpartyBeanImpl(WebBeansContext webBeansContext, javax.enterprise.inject.spi.Bean<T> bean)
public String getId()
AbstractOwbBeanpublic boolean isPassivationCapable()
OwbBeanisPassivationCapable in interface OwbBean<T>isPassivationCapable in class ThirdpartyBeanImpl<T>Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.