-
public interface PassivationCapable
Indicates that a custom implementation ofBean
orContextual
is 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 java.lang.String
getId()
A string that uniquely identifies the instance ofBean
orContextual
.
-
-
-
Method Detail
-
getId
java.lang.String getId()
A string that uniquely identifies the instance ofBean
orContextual
. It is recommended that the string contain the package name of the class that implementsBean
orContextual
.- Returns:
- a unique identifier for the
Bean
orContextual
-
-