Class SessionManagementServiceConfigurator<C extends org.wildfly.clustering.web.session.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>>,org.jboss.as.clustering.controller.ResourceServiceConfigurator,org.wildfly.clustering.service.ServiceConfigurator,org.wildfly.clustering.service.ServiceNameProvider,org.wildfly.clustering.web.session.DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
- Direct Known Subclasses:
HotRodSessionManagementServiceConfigurator,InfinispanSessionManagementServiceConfigurator
public abstract class SessionManagementServiceConfigurator<C extends org.wildfly.clustering.web.session.DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>> extends org.jboss.as.clustering.controller.CapabilityServiceNameProvider implements org.jboss.as.clustering.controller.ResourceServiceConfigurator, org.wildfly.clustering.web.session.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)org.wildfly.clustering.service.ServiceConfiguratorconfigure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)org.wildfly.clustering.web.session.SessionAttributePersistenceStrategygetAttributePersistenceStrategy()Function<org.jboss.as.server.deployment.DeploymentUnit,org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller>getMarshallerFactory()RouteLocatorServiceConfiguratorFactory<C>getRouteLocatorServiceConfiguratorFactory()-
Methods inherited from class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
configure
public org.wildfly.clustering.service.ServiceConfigurator configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException- Specified by:
configurein interfaceorg.jboss.as.clustering.controller.ResourceServiceConfigurator- Throws:
org.jboss.as.controller.OperationFailedException
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
- Specified by:
buildin interfaceorg.wildfly.clustering.service.ServiceConfigurator
-
getAttributePersistenceStrategy
public org.wildfly.clustering.web.session.SessionAttributePersistenceStrategy getAttributePersistenceStrategy()
- Specified by:
getAttributePersistenceStrategyin interfaceorg.wildfly.clustering.web.session.DistributableSessionManagementConfiguration<C extends org.wildfly.clustering.web.session.DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
-
getMarshallerFactory
public Function<org.jboss.as.server.deployment.DeploymentUnit,org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller> getMarshallerFactory()
- Specified by:
getMarshallerFactoryin interfaceorg.wildfly.clustering.web.session.DistributableSessionManagementConfiguration<C extends org.wildfly.clustering.web.session.DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
-
getRouteLocatorServiceConfiguratorFactory
public RouteLocatorServiceConfiguratorFactory<C> getRouteLocatorServiceConfiguratorFactory()
-
-