Class SimpleCapabilityServiceConfigurator<T>
java.lang.Object
org.wildfly.clustering.service.SimpleServiceNameProvider
org.wildfly.clustering.service.SimpleServiceConfigurator<T>
org.jboss.as.clustering.controller.SimpleCapabilityServiceConfigurator<T>
- All Implemented Interfaces:
CapabilityServiceConfigurator,ServiceConfigurator,ServiceNameProvider
public class SimpleCapabilityServiceConfigurator<T>
extends SimpleServiceConfigurator<T>
implements CapabilityServiceConfigurator
A
CapabilityServiceConfigurator that provides a static value.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name, T value) Constructs a newCapabilityServiceConfigurator. -
Method Summary
Methods inherited from class org.wildfly.clustering.service.SimpleServiceConfigurator
buildMethods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
configure, configureMethods inherited from interface org.wildfly.clustering.service.ServiceConfigurator
buildMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Constructor Details
-
SimpleCapabilityServiceConfigurator
Constructs a newCapabilityServiceConfigurator.- Parameters:
name- the service namevalue- the static value provided by the service
-