Interface LegacySessionManagementProviderFactory<C extends DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
-
@Deprecated public interface LegacySessionManagementProviderFactory<C extends DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
Deprecated.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DistributableSessionManagementProvider<C>createSessionManagerProvider(org.jboss.as.server.deployment.DeploymentUnit unit, org.jboss.metadata.web.jboss.ReplicationConfig config)Deprecated.
-
-
-
Method Detail
-
createSessionManagerProvider
DistributableSessionManagementProvider<C> createSessionManagerProvider(org.jboss.as.server.deployment.DeploymentUnit unit, org.jboss.metadata.web.jboss.ReplicationConfig config)
Deprecated.
-
-