Class SessionAttributeActivationNotifierFactory<S,C,L,SC>

java.lang.Object
org.wildfly.clustering.session.infinispan.embedded.SessionAttributeActivationNotifierFactory<S,C,L,SC>
Type Parameters:
S - the container session type
C - the session manager context type
L - the activation listener specification type
SC - the session context type
All Implemented Interfaces:
Function<String,SessionAttributeActivationNotifier>, Function<String,SessionAttributeActivationNotifier>, Registrar<Map.Entry<C,SessionManager<SC>>>

public class SessionAttributeActivationNotifierFactory<S,C,L,SC> extends Object implements Function<String,SessionAttributeActivationNotifier>, Registrar<Map.Entry<C,SessionManager<SC>>>
Factory for creating a SessionAttributeActivationNotifier for a given session identifier. Session activation events will created using detached sessions.
Author:
Paul Ferraro