Interface ComponentActivationListener

    • Method Detail

      • didActivate

        void didActivate​(Component comp)
        Called when a session has just been activated (and its value has been deserialized).
      • willPassivate

        void willPassivate​(Component comp)
        Called when a session is about to be passivated (and then serialize its value).