Class ImmutableSessionAttributeActivationNotifier<S,C,L>

java.lang.Object
org.wildfly.clustering.web.cache.session.attributes.fine.ImmutableSessionAttributeActivationNotifier<S,C,L>
Type Parameters:
S - the HttpSession specification type
C - the ServletContext specification type
L - the HttpSessionActivationListener specification type
All Implemented Interfaces:
AutoCloseable, SessionAttributeActivationNotifier

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