Interface SessionManagerFactoryConfiguration
- All Superinterfaces:
WebDeploymentConfiguration
Defines the container configuration for a session manager factory of a deployment.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns the default session timeout.org.jboss.as.server.deployment.DeploymentUnitThe deployment unit with which this session manager factory is to be associated.Returns the maximum number of sessions that should be active at any given time.default org.jboss.modules.ModuleReturns the deployment moduleMethods inherited from interface org.wildfly.clustering.web.container.WebDeploymentConfiguration
getDeploymentName, getServerName
-
Method Details
-
getMaxActiveSessions
OptionalInt getMaxActiveSessions()Returns the maximum number of sessions that should be active at any given time.- Returns:
- a positive integer; or null if there should be no limit to the number of active sessions.
-
getDefaultSessionTimeout
Duration getDefaultSessionTimeout()Returns the default session timeout.- Returns:
- the duration after which sessions will timeout.
-
getDeploymentUnit
org.jboss.as.server.deployment.DeploymentUnit getDeploymentUnit()The deployment unit with which this session manager factory is to be associated.- Returns:
- a deployment unit
-
getModule
default org.jboss.modules.Module getModule()Description copied from interface:WebDeploymentConfigurationReturns the deployment module- Specified by:
getModulein interfaceWebDeploymentConfiguration- Returns:
- the deployment module
-