Interface HotRodSessionManagerFactoryConfiguration<S,SC,AL,LC>
-
- Type Parameters:
S- the HttpSession specification typeSC- the ServletContext specification typeAL- the HttpSessionAttributeListener specification typeLC- the local context type
- All Superinterfaces:
CacheConfiguration,DeploymentConfiguration,HotRodConfiguration,SessionManagerFactoryConfiguration<S,SC,AL,LC>,WebDeploymentConfiguration
public interface HotRodSessionManagerFactoryConfiguration<S,SC,AL,LC> extends SessionManagerFactoryConfiguration<S,SC,AL,LC>, HotRodConfiguration
- Author:
- Paul Ferraro
-
-
Method Summary
-
Methods inherited from interface org.wildfly.clustering.ee.DeploymentConfiguration
getDeploymentName
-
Methods inherited from interface org.wildfly.clustering.ee.hotrod.HotRodConfiguration
getBatcher, getCache, getCacheProperties
-
Methods inherited from interface org.wildfly.clustering.web.session.SessionManagerFactoryConfiguration
getAttributePersistenceStrategy, getImmutability, getLocalContextFactory, getMarshaller, getMaxActiveSessions, getSpecificationProvider
-
Methods inherited from interface org.wildfly.clustering.web.WebDeploymentConfiguration
getServerName
-
-