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.ByteBufferMarshaller> LegacyDistributableSessionManagementProviderFactory
@MetaInfServices(org.wildfly.clustering.web.service.session.LegacyDistributableSessionManagementProviderFactory.class)
@Deprecated
public class InfinispanLegacySessionManagementProviderFactory
extends Object
implements LegacyDistributableSessionManagementProviderFactory, Function<org.jboss.as.server.deployment.DeploymentUnit,org.wildfly.clustering.marshalling.ByteBufferMarshaller>
Deprecated.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.clustering.marshalling.ByteBufferMarshallerapply(org.jboss.as.server.deployment.DeploymentUnit unit) Deprecated.createSessionManagerProvider(org.jboss.as.server.deployment.DeploymentUnit unit, org.jboss.metadata.web.jboss.ReplicationConfig config) Deprecated.
-
Constructor Details
-
InfinispanLegacySessionManagementProviderFactory
public InfinispanLegacySessionManagementProviderFactory()Deprecated.
-
-
Method Details
-
createSessionManagerProvider
public DistributableSessionManagementProvider createSessionManagerProvider(org.jboss.as.server.deployment.DeploymentUnit unit, org.jboss.metadata.web.jboss.ReplicationConfig config) Deprecated.- Specified by:
createSessionManagerProviderin interfaceLegacyDistributableSessionManagementProviderFactory
-
apply
public org.wildfly.clustering.marshalling.ByteBufferMarshaller apply(org.jboss.as.server.deployment.DeploymentUnit unit) Deprecated.
-