Class ImmutableSessionAttributeActivationNotifier<S,C,L>

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