Interface SessionAttributeActivationNotifier

All Known Implementing Classes:
ContainerSessionAttributeActivationNotifier

public interface SessionAttributeActivationNotifier
A notifier of passivation/activation events.
Author:
Paul Ferraro
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    A silent notifier.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies the specified attribute that it was activated, if interested.
    void
    Notifies the specified attribute that it will be passivated, if interested.
  • Field Details

  • Method Details

    • prePassivate

      void prePassivate(Object value)
      Notifies the specified attribute that it will be passivated, if interested.
      Parameters:
      value - an attribute value
    • postActivate

      void postActivate(Object value)
      Notifies the specified attribute that it was activated, if interested.
      Parameters:
      value - an attribute value