Class SessionAttributeActivationNotifierFactory<S,SC,AL,LC,B extends Batch>
java.lang.Object
org.wildfly.clustering.web.infinispan.session.SessionAttributeActivationNotifierFactory<S,SC,AL,LC,B>
- Type Parameters:
S- the HttpSession specification typeSC- the ServletContext specification typeAL- the HttpSessionActivationListener specification typeLC- the local context typeB- the batch type
- All Implemented Interfaces:
Function<String,,SessionAttributeActivationNotifier> Registrar<Map.Entry<SC,SessionManager<LC, B>>>
public class SessionAttributeActivationNotifierFactory<S,SC,AL,LC,B extends Batch>
extends Object
implements Function<String,SessionAttributeActivationNotifier>, Registrar<Map.Entry<SC,SessionManager<LC,B>>>
Factory for creating a SessionAttributeActivationNotifier for a given session identifier.
Session activation events will created using OOB sessions.
- Author:
- Paul Ferraro