Interface StatefulSessionBeanInstance<K>
- Type Parameters:
K- the bean identifier type
- All Superinterfaces:
BeanInstance<K>
- All Known Implementing Classes:
StatefulSessionComponentInstance
A removable stateful session bean instance.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionvoidremoved()Indicates that this bean instance was removed from its cache.Methods inherited from interface org.wildfly.clustering.ejb.bean.BeanInstance
getId, postActivate, prePassivate
-
Method Details
-
removed
void removed()Indicates that this bean instance was removed from its cache.
-