Class GlobalConfigurationServiceConfigurator
java.lang.Object
org.jboss.as.clustering.controller.CapabilityServiceNameProvider
org.jboss.as.clustering.infinispan.subsystem.GlobalConfigurationServiceConfigurator
- All Implemented Interfaces:
Supplier<org.infinispan.configuration.global.GlobalConfiguration>,ResourceServiceConfigurator,ServiceConfigurator,ServiceNameProvider
public class GlobalConfigurationServiceConfigurator
extends CapabilityServiceNameProvider
implements ResourceServiceConfigurator, Supplier<org.infinispan.configuration.global.GlobalConfiguration>
- Author:
- Paul Ferraro
-
Method Summary
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
-
get
public org.infinispan.configuration.global.GlobalConfiguration get() -
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target) - Specified by:
buildin interfaceServiceConfigurator
-