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 Detail

      • removed

        void removed()
        Indicates that this bean instance was removed from its cache.