Class CacheSingletonServiceConfiguratorFactoryServiceConfigurator
- java.lang.Object
-
- org.wildfly.clustering.service.SimpleServiceNameProvider
-
- org.wildfly.clustering.singleton.server.CacheSingletonServiceConfiguratorFactoryServiceConfigurator
-
- All Implemented Interfaces:
org.jboss.as.clustering.controller.CapabilityServiceConfigurator,org.wildfly.clustering.service.ServiceConfigurator,org.wildfly.clustering.service.ServiceNameProvider,DistributedSingletonServiceConfiguratorFactoryContext
public class CacheSingletonServiceConfiguratorFactoryServiceConfigurator extends org.wildfly.clustering.service.SimpleServiceNameProvider implements org.jboss.as.clustering.controller.CapabilityServiceConfigurator, DistributedSingletonServiceConfiguratorFactoryContext
Configures a service providing a distributedSingletonServiceConfiguratorFactory.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description CacheSingletonServiceConfiguratorFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, String containerName, String cacheName)
-
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.capability.CapabilityServiceSupport support)org.jboss.msc.service.ServiceNamegetCommandDispatcherFactoryServiceName()org.jboss.msc.service.ServiceNamegetServiceProviderRegistryServiceName()-
Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
configure
public org.wildfly.clustering.service.ServiceConfigurator configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
- Specified by:
configurein interfaceorg.jboss.as.clustering.controller.CapabilityServiceConfigurator
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
- Specified by:
buildin interfaceorg.wildfly.clustering.service.ServiceConfigurator
-
getServiceProviderRegistryServiceName
public org.jboss.msc.service.ServiceName getServiceProviderRegistryServiceName()
- Specified by:
getServiceProviderRegistryServiceNamein interfaceDistributedSingletonServiceConfiguratorFactoryContext
-
getCommandDispatcherFactoryServiceName
public org.jboss.msc.service.ServiceName getCommandDispatcherFactoryServiceName()
- Specified by:
getCommandDispatcherFactoryServiceNamein interfaceDistributedSingletonServiceConfiguratorFactoryContext
-
-