Class ImmutableSessionAttributeActivationNotifier<CC,S,L,SC>

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

public class ImmutableSessionAttributeActivationNotifier<CC,S,L,SC> extends Object implements SessionAttributeActivationNotifier
Triggers activation/passivation events for a single session attribute.
Author:
Paul Ferraro