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, isAlternative
getLogger, getReturnType, getWebBeansContext, getWebBeansType, isDependent, isEnabled, isSpecializedBean, setEnabled, setSpecializedBean, toString
getName, getQualifiers, getScope, getStereotypes, getTypes, isNullable
public PassivationCapableThirdpartyBeanImpl(WebBeansContext webBeansContext, javax.enterprise.inject.spi.Bean<T> bean)
public String getId()
AbstractOwbBean
public boolean isPassivationCapable()
OwbBean
isPassivationCapable
in interface OwbBean<T>
isPassivationCapable
in class ThirdpartyBeanImpl<T>
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.