Class HotRodSessionManagerFactoryServiceConfigurator<S,SC,AL,LC>

java.lang.Object
org.wildfly.clustering.service.SimpleServiceNameProvider
org.wildfly.extension.clustering.web.session.hotrod.HotRodSessionManagerFactoryServiceConfigurator<S,SC,AL,LC>
Type Parameters:
S - the HttpSession specification type
SC - the ServletContext specification type
AL - the HttpSessionAttributeListener specification type
MC - the marshalling context type
LC - the local context type
All Implemented Interfaces:
Supplier<SessionManagerFactory<SC,LC,TransactionBatch>>, CapabilityServiceConfigurator, CacheConfiguration, DeploymentConfiguration, HotRodConfiguration, ServiceConfigurator, ServiceNameProvider, HotRodSessionFactoryConfiguration, HotRodSessionManagerFactoryConfiguration<S,SC,AL,LC>, SessionManagerFactoryConfiguration<S,SC,AL,LC>, WebDeploymentConfiguration

public class HotRodSessionManagerFactoryServiceConfigurator<S,SC,AL,LC> extends SimpleServiceNameProvider implements CapabilityServiceConfigurator, HotRodSessionManagerFactoryConfiguration<S,SC,AL,LC>, Supplier<SessionManagerFactory<SC,LC,TransactionBatch>>
Author:
Paul Ferraro