Package jakarta.enterprise.inject.spi
Interface PassivationCapable
- 
public interface PassivationCapableIndicates that a custom implementation ofBeanorContextualis passivation capable.CDI Lite implementations are not required to provide support for passivation.
- Author:
 - Gavin King, David Allen
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()A string that uniquely identifies the instance ofBeanorContextual. 
 - 
 
- 
- 
Method Detail
- 
getId
String 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 
 
 - 
 
 -