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
ACapabilityServiceConfiguratorthat provides a static value.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SimpleCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name, T value)Constructs a newCapabilityServiceConfigurator.
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.service.SimpleServiceConfigurator
build
-
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
-
Methods inherited from interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
configure, configure
-
Methods inherited from interface org.wildfly.clustering.service.ServiceConfigurator
build
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Constructor Detail
-
SimpleCapabilityServiceConfigurator
public SimpleCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name, T value)Constructs a newCapabilityServiceConfigurator.- Parameters:
name- the service namevalue- the static value provided by the service
-
-