Class UndertowDistributableSessionManagementProvider
java.lang.Object
org.wildfly.clustering.web.undertow.session.UndertowDistributableSessionManagementProvider
- All Implemented Interfaces:
SessionManagementProvider
public class UndertowDistributableSessionManagementProvider
extends Object
implements SessionManagementProvider
SessionManagementProvider for Undertow.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionUndertowDistributableSessionManagementProvider(DistributableSessionManagementProvider provider, org.wildfly.clustering.server.immutable.Immutability immutability) -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.subsystem.service.DeploymentServiceInstallergetSessionAffinityServiceInstaller(org.jboss.as.server.deployment.DeploymentPhaseContext context, org.jboss.msc.service.ServiceName name, WebDeploymentConfiguration configuration) org.wildfly.subsystem.service.DeploymentServiceInstallergetSessionManagerFactoryServiceInstaller(org.jboss.msc.service.ServiceName name, SessionManagerFactoryConfiguration configuration)
-
Constructor Details
-
UndertowDistributableSessionManagementProvider
public UndertowDistributableSessionManagementProvider(DistributableSessionManagementProvider provider, org.wildfly.clustering.server.immutable.Immutability immutability)
-
-
Method Details
-
getSessionManagerFactoryServiceInstaller
public org.wildfly.subsystem.service.DeploymentServiceInstaller getSessionManagerFactoryServiceInstaller(org.jboss.msc.service.ServiceName name, SessionManagerFactoryConfiguration configuration) - Specified by:
getSessionManagerFactoryServiceInstallerin interfaceSessionManagementProvider
-
getSessionAffinityServiceInstaller
public org.wildfly.subsystem.service.DeploymentServiceInstaller getSessionAffinityServiceInstaller(org.jboss.as.server.deployment.DeploymentPhaseContext context, org.jboss.msc.service.ServiceName name, WebDeploymentConfiguration configuration) - Specified by:
getSessionAffinityServiceInstallerin interfaceSessionManagementProvider
-