Class ImmutableSessionActivationNotifier<CC,S,L,SC>

java.lang.Object
org.wildfly.clustering.session.cache.attributes.coarse.ImmutableSessionActivationNotifier<CC,S,L,SC>
Type Parameters:
CC - the container context type
S - the container session type
L - the container listener type
SC - the session context type
All Implemented Interfaces:
SessionActivationNotifier

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

    • ImmutableSessionActivationNotifier

      public ImmutableSessionActivationNotifier(ContainerProvider<CC,S,L,SC> provider, S session, Collection<Object> attributes)
      Create a activation notifier for an immutable session.
      Parameters:
      provider - the container provider
      session - an immutable session
      attributes - the attributes of this session
  • Method Details