public interface PassivationCapable
Indicates that a custom implementation of 
Bean or
 Contextual is passivation capable.
 CDI Lite implementations are not required to provide support for passivation.
- 
Method SummaryModifier and TypeMethodDescriptiongetId()A string that uniquely identifies the instance ofBeanorContextual.
- 
Method Details- 
getIdString getId()A string that uniquely identifies the instance ofBeanorContextual. It is recommended that the string contain the package name of the class that implementsBeanorContextual.- Returns:
- a unique identifier for the BeanorContextual
 
 
-