Class HotRodSessionManagerFactory<S,SC,AL,LC>
- java.lang.Object
-
- org.wildfly.clustering.web.hotrod.session.HotRodSessionManagerFactory<S,SC,AL,LC>
-
- Type Parameters:
S- the HttpSession specification typeSC- the ServletContext specification typeAL- the HttpSessionAttributeListener specification typeLC- the local context type
- All Implemented Interfaces:
AutoCloseable,SessionManagerFactory<SC,LC,TransactionBatch>
public class HotRodSessionManagerFactory<S,SC,AL,LC> extends Object implements SessionManagerFactory<SC,LC,TransactionBatch>
Factory for creating session managers.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description HotRodSessionManagerFactory(HotRodSessionManagerFactoryConfiguration<S,SC,AL,LC> configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()SessionManager<LC,TransactionBatch>createSessionManager(SessionManagerConfiguration<SC> configuration)
-
-
-
Constructor Detail
-
HotRodSessionManagerFactory
public HotRodSessionManagerFactory(HotRodSessionManagerFactoryConfiguration<S,SC,AL,LC> configuration)
-
-
Method Detail
-
createSessionManager
public SessionManager<LC,TransactionBatch> createSessionManager(SessionManagerConfiguration<SC> configuration)
- Specified by:
createSessionManagerin interfaceSessionManagerFactory<S,SC,AL>
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSessionManagerFactory<S,SC,AL>
-
-