Interface SpecificationProvider<S,C,AL>
-
- All Superinterfaces:
HttpSessionActivationListenerProvider<S,C,AL>,HttpSessionFactory<S,C>
public interface SpecificationProvider<S,C,AL> extends HttpSessionActivationListenerProvider<S,C,AL>
Provides servlet specification behavior for a container-agnostic distributed session manager.- Author:
- Paul Ferraro
-
-
Method Summary
-
Methods inherited from interface org.wildfly.clustering.web.session.HttpSessionActivationListenerProvider
createListener, getHttpSessionActivationListenerClass, postActivateNotifier, prePassivateNotifier
-
Methods inherited from interface org.wildfly.clustering.web.session.HttpSessionFactory
createHttpSession
-
-