Interface InfinispanSessionManagerFactoryConfiguration<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,InfinispanConfiguration,SessionManagerFactoryConfiguration<S,SC,AL,LC>,WebDeploymentConfiguration
public interface InfinispanSessionManagerFactoryConfiguration<S,SC,AL,LC> extends SessionManagerFactoryConfiguration<S,SC,AL,LC>, InfinispanConfiguration
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandDispatcherFactorygetCommandDispatcherFactory()KeyAffinityServiceFactorygetKeyAffinityServiceFactory()NodeFactory<org.infinispan.remoting.transport.Address>getMemberFactory()-
Methods inherited from interface org.wildfly.clustering.ee.infinispan.InfinispanConfiguration
getBatcher, getCache, getCacheProperties, getReadForUpdateCache, getSilentWriteCache, getWriteOnlyCache
-
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
getDeploymentName, getServerName
-
-
-
-
Method Detail
-
getKeyAffinityServiceFactory
KeyAffinityServiceFactory getKeyAffinityServiceFactory()
-
getCommandDispatcherFactory
CommandDispatcherFactory getCommandDispatcherFactory()
-
getMemberFactory
NodeFactory<org.infinispan.remoting.transport.Address> getMemberFactory()
-
-