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