Class InfinispanLegacySessionManagementProviderFactory
- java.lang.Object
-
- org.wildfly.extension.clustering.web.session.infinispan.InfinispanLegacySessionManagementProviderFactory
-
- All Implemented Interfaces:
Function<org.jboss.as.server.deployment.DeploymentUnit,org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller>,LegacySessionManagementProviderFactory<InfinispanSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>,RouteLocatorServiceConfiguratorFactory<InfinispanSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
@MetaInfServices(org.wildfly.clustering.web.service.session.LegacySessionManagementProviderFactory.class) @Deprecated public class InfinispanLegacySessionManagementProviderFactory extends Object implements LegacySessionManagementProviderFactory<InfinispanSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>, RouteLocatorServiceConfiguratorFactory<InfinispanSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>, Function<org.jboss.as.server.deployment.DeploymentUnit,org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller>
Deprecated.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description InfinispanLegacySessionManagementProviderFactory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.wildfly.clustering.marshalling.spi.ByteBufferMarshallerapply(org.jboss.as.server.deployment.DeploymentUnit unit)Deprecated.org.jboss.as.clustering.controller.CapabilityServiceConfiguratorcreateRouteLocatorServiceConfigurator(InfinispanSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit> configuration, org.wildfly.clustering.web.WebDeploymentConfiguration deploymentConfiguration)Deprecated.DistributableSessionManagementProvider<InfinispanSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>createSessionManagerProvider(org.jboss.metadata.web.jboss.ReplicationConfig config)Deprecated.
-
-
-
Method Detail
-
createSessionManagerProvider
public DistributableSessionManagementProvider<InfinispanSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>> createSessionManagerProvider(org.jboss.metadata.web.jboss.ReplicationConfig config)
Deprecated.- Specified by:
createSessionManagerProviderin interfaceLegacySessionManagementProviderFactory<InfinispanSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
-
createRouteLocatorServiceConfigurator
public org.jboss.as.clustering.controller.CapabilityServiceConfigurator createRouteLocatorServiceConfigurator(InfinispanSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit> configuration, org.wildfly.clustering.web.WebDeploymentConfiguration deploymentConfiguration)
Deprecated.- Specified by:
createRouteLocatorServiceConfiguratorin interfaceRouteLocatorServiceConfiguratorFactory<InfinispanSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
-
-