Class SessionManagementServiceConfigurator<C extends DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
- java.lang.Object
-
- org.jboss.as.clustering.controller.CapabilityServiceNameProvider
-
- org.wildfly.extension.clustering.web.SessionManagementServiceConfigurator<C>
-
- All Implemented Interfaces:
Supplier<DistributableSessionManagementProvider<C>>,ResourceServiceConfigurator,ServiceConfigurator,ServiceNameProvider,DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
- Direct Known Subclasses:
HotRodSessionManagementServiceConfigurator,InfinispanSessionManagementServiceConfigurator
public abstract class SessionManagementServiceConfigurator<C extends DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>> extends CapabilityServiceNameProvider implements ResourceServiceConfigurator, DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>, Supplier<DistributableSessionManagementProvider<C>>
Abstract service configurator for session management providers.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target)ServiceConfiguratorconfigure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)SessionAttributePersistenceStrategygetAttributePersistenceStrategy()Function<org.jboss.as.server.deployment.DeploymentUnit,ByteBufferMarshaller>getMarshallerFactory()RouteLocatorServiceConfiguratorFactory<C>getRouteLocatorServiceConfiguratorFactory()-
Methods inherited from class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
configure
public ServiceConfigurator configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
- Specified by:
configurein interfaceResourceServiceConfigurator- Throws:
org.jboss.as.controller.OperationFailedException
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
- Specified by:
buildin interfaceServiceConfigurator
-
getAttributePersistenceStrategy
public SessionAttributePersistenceStrategy getAttributePersistenceStrategy()
- Specified by:
getAttributePersistenceStrategyin interfaceDistributableSessionManagementConfiguration<C extends DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
-
getMarshallerFactory
public Function<org.jboss.as.server.deployment.DeploymentUnit,ByteBufferMarshaller> getMarshallerFactory()
- Specified by:
getMarshallerFactoryin interfaceDistributableSessionManagementConfiguration<C extends DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
-
getRouteLocatorServiceConfiguratorFactory
public RouteLocatorServiceConfiguratorFactory<C> getRouteLocatorServiceConfiguratorFactory()
-
-