Class MutableInfinispanSessionManagementConfiguration
java.lang.Object
org.wildfly.extension.clustering.web.deployment.MutableSessionManagementConfiguration
org.wildfly.extension.clustering.web.deployment.MutableInfinispanSessionManagementConfiguration
- All Implemented Interfaces:
Consumer<String>,Function<String,,String> UnaryOperator<String>,BinaryServiceConfiguration,DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
public class MutableInfinispanSessionManagementConfiguration
extends MutableSessionManagementConfiguration
Mutable Infinispan session management configuration.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionMutableInfinispanSessionManagementConfiguration(UnaryOperator<String> replacer, Consumer<String> accumulator) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCacheName(String cacheName) voidsetContainerName(String containerName) Methods inherited from class org.wildfly.extension.clustering.web.deployment.MutableSessionManagementConfiguration
accept, apply, getAttributePersistenceStrategy, getMarshallerFactory, getRouteLocatorProvider, setMarshallerFactory, setRouteLocatorProvider, setSessionGranularityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.server.service.BinaryServiceConfiguration
getName, getServiceDependency, getServiceDependency, resolveServiceName, resolveServiceName, withChildName
-
Constructor Details
-
MutableInfinispanSessionManagementConfiguration
public MutableInfinispanSessionManagementConfiguration(UnaryOperator<String> replacer, Consumer<String> accumulator)
-
-
Method Details
-
getParentName
-
getChildName
-
setContainerName
-
setCacheName
-