Class ImmutableSessionAttributeActivationNotifier<S,C,L>

java.lang.Object
org.wildfly.clustering.session.cache.attributes.fine.ImmutableSessionAttributeActivationNotifier<S,C,L>
Type Parameters:
S - the container-specific session facade type
C - the session context type
L - the container-specific session activation listener 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