Class InfinispanSessionManagerFactory<S,SC,AL,LC>

java.lang.Object
org.wildfly.clustering.web.infinispan.session.InfinispanSessionManagerFactory<S,SC,AL,LC>
Type Parameters:
S - the HttpSession specification type
SC - the ServletContext specification type
AL - the HttpSessionAttributeListener specification type
LC - the local context type
All Implemented Interfaces:
AutoCloseable, Runnable, SessionManagerFactory<SC,LC,TransactionBatch>

public class InfinispanSessionManagerFactory<S,SC,AL,LC> extends Object implements SessionManagerFactory<SC,LC,TransactionBatch>, Runnable
Factory for creating session managers.
Author:
Paul Ferraro