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