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 typeC- the session manager context typeL- the activation listener specification typeSC- the session context type
- All Implemented Interfaces:
Function<String,,SessionAttributeActivationNotifier> org.wildfly.clustering.server.Registrar<Map.Entry<C,org.wildfly.clustering.session.SessionManager<SC>>>
public class SessionAttributeActivationNotifierFactory<S,C,L,SC>
extends Object
implements Function<String,SessionAttributeActivationNotifier>, org.wildfly.clustering.server.Registrar<Map.Entry<C,org.wildfly.clustering.session.SessionManager<SC>>>
Factory for creating a SessionAttributeActivationNotifier for a given session identifier.
Session activation events will created using detached sessions.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionSessionAttributeActivationNotifierFactory(org.wildfly.clustering.session.spec.SessionSpecificationProvider<S, C> sessionProvider, org.wildfly.clustering.session.spec.SessionEventListenerSpecificationProvider<S, L> listenerProvider) -
Method Summary
-
Constructor Details
-
SessionAttributeActivationNotifierFactory
-
-
Method Details
-
register
-
apply
-