Interface DistributableWebDeploymentConfiguration
-
- All Known Implementing Classes:
MutableDistributableDeploymentConfiguration
public interface DistributableWebDeploymentConfigurationConfiguration of a distributable web deployment.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getImmutableClasses()Returns a list of immutable session attribute classes.DistributableSessionManagementProvider<? extends org.wildfly.clustering.web.session.DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>getSessionManagement()Returns a deployment-specific session management provider.StringgetSessionManagementName()References the name of a session management provider.
-
-
-
Method Detail
-
getSessionManagementName
String getSessionManagementName()
References the name of a session management provider.- Returns:
- a session management provider name
-
getSessionManagement
DistributableSessionManagementProvider<? extends org.wildfly.clustering.web.session.DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>> getSessionManagement()
Returns a deployment-specific session management provider.- Returns:
- a session management provider
-
-