org.apache.webbeans.component
Class InstanceBean<T>
java.lang.Object
org.apache.webbeans.component.BeanAttributesImpl<T>
org.apache.webbeans.component.AbstractOwbBean<T>
org.apache.webbeans.component.BuiltInOwbBean<Instance<T>>
org.apache.webbeans.component.InstanceBean<T>
- All Implemented Interfaces:
- Contextual<Instance<T>>, Bean<Instance<T>>, PassivationCapable, OwbBean<Instance<T>>, BeanAttributes<Instance<T>>
public class InstanceBean<T>
- extends BuiltInOwbBean<Instance<T>>
| 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 |
InstanceBean
public InstanceBean(WebBeansContext webBeansContext)
isPassivationCapable
public boolean isPassivationCapable()
- Description copied from interface:
OwbBean
- True if passivation capable false otherwise.
- Specified by:
isPassivationCapable in interface OwbBean<Instance<T>>- Overrides:
isPassivationCapable in class AbstractOwbBean<Instance<T>>
- Returns:
- true if this bean is passivation capable
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.