Package javax.enterprise.inject.spi
Interface PassivationCapable
-
- All Known Implementing Classes:
AbstractBean,AbstractBuiltInBean,AbstractBuiltInMetadataBean,AbstractClassBean,AbstractDecorableBuiltInBean,AbstractEEBean,AbstractFacadeBean,AbstractProducerBean,AbstractStaticallyDecorableBuiltInBean,BeanManagerBean,BeanManagerImplBean,BeanMetadataBean,ContextBean,ConversationBean,DecoratedBeanMetadataBean,DecoratorImpl,DecoratorMetadataBean,EEResourceProducerField,EventBean,EventMetadataBean,ExtensionBean,InjectionPointBean,InstanceBean,InterceptedBeanMetadataBean,InterceptionFactoryBean,InterceptorImpl,InterceptorMetadataBean,ManagedBean,NewManagedBean,PrincipalBean,ProducerField,ProducerMethod,RequestContextControllerBean,RIBean,StaticEEResourceProducerField
public interface PassivationCapableIndicates that a custom implementation ofBeanorContextualis passivation capable.- 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
-
-