Class SessionAttributeActivationNotifierFactory<S,SC,AL,LC,B extends org.wildfly.clustering.cache.batch.Batch>
java.lang.Object
org.wildfly.clustering.session.infinispan.embedded.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> org.wildfly.clustering.server.Registrar<Map.Entry<SC,org.wildfly.clustering.session.SessionManager<LC, B>>>
public class SessionAttributeActivationNotifierFactory<S,SC,AL,LC,B extends org.wildfly.clustering.cache.batch.Batch>
extends Object
implements Function<String,SessionAttributeActivationNotifier>, org.wildfly.clustering.server.Registrar<Map.Entry<SC,org.wildfly.clustering.session.SessionManager<LC,B>>>
Factory for creating a SessionAttributeActivationNotifier for a given session identifier.
Session activation events will created using OOB sessions.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionSessionAttributeActivationNotifierFactory(org.wildfly.clustering.session.container.SessionActivationListenerFacadeProvider<S, SC, AL> provider) -
Method Summary
-
Constructor Details
-
SessionAttributeActivationNotifierFactory
-
-
Method Details