Interface SessionManagerFactoryConfiguration<SC>
- Type Parameters:
SC- the session context type
- All Superinterfaces:
DeploymentConfiguration
Encapsulates the configuration of a session manager.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.wildfly.clustering.server.deployment.DeploymentConfiguration
getDeploymentName, getServerName
-
Method Details
-
getMaxActiveSessions
OptionalInt getMaxActiveSessions() -
getMarshaller
ByteBufferMarshaller getMarshaller() -
getSessionContextFactory
-
getImmutability
Immutability getImmutability() -
getAttributePersistenceStrategy
SessionAttributePersistenceStrategy getAttributePersistenceStrategy()
-