Interface PassivationListener<T>

  • Type Parameters:
    T - the bean type

    public interface PassivationListener<T>
    Notification mechanism for passivation/activation.
    Author:
    Paul Ferraro
    • Method Detail

      • prePassivate

        void prePassivate​(T bean)
      • postActivate

        void postActivate​(T bean)