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,DeploymentConfiguration,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
Methods inherited from interface org.wildfly.clustering.ee.DeploymentConfiguration
getDeploymentNameMethods inherited from interface org.wildfly.clustering.ee.infinispan.InfinispanConfiguration
getBatcher, getBlockingManager, getCache, getCacheProperties, getReadForUpdateCache, getSilentWriteCache, getTryLockCache, getTryReadForUpdateCache, getWriteOnlyCacheMethods inherited from interface org.wildfly.clustering.web.session.SessionManagerFactoryConfiguration
getAttributePersistenceStrategy, getImmutability, getLocalContextFactory, getMarshaller, getMaxActiveSessions, getSpecificationProviderMethods inherited from interface org.wildfly.clustering.web.WebDeploymentConfiguration
getServerName
-
Method Details
-
getKeyAffinityServiceFactory
KeyAffinityServiceFactory getKeyAffinityServiceFactory() -
getCommandDispatcherFactory
CommandDispatcherFactory getCommandDispatcherFactory() -
getMemberFactory
NodeFactory<org.infinispan.remoting.transport.Address> getMemberFactory()
-