Class ImmutableSessionActivationNotifier<S,​C,​L>

  • Type Parameters:
    S - the HttpSession specification type
    C - the ServletContext specification type
    L - the HttpSessionActivationListener specification type
    All Implemented Interfaces:
    SessionActivationNotifier

    public class ImmutableSessionActivationNotifier<S,​C,​L>
    extends Object
    implements SessionActivationNotifier
    Triggers activation/passivation events for all attributes of a session.
    Author:
    Paul Ferraro