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

    Modifier and Type
    Method
    Description
    void
    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.