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
Modifier and TypeMethodDescriptionorg.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target) configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) Function<org.jboss.as.server.deployment.DeploymentUnit,ByteBufferMarshaller> Methods inherited from class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Method Details
-
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
- 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
-