public class LocalServiceProviderRegistryBuilder<T> extends Object implements CapabilityServiceBuilder<ServiceProviderRegistry<T>>
ServiceProviderRegistrationFactory service.| Constructor and Description |
|---|
LocalServiceProviderRegistryBuilder(org.jboss.msc.service.ServiceName name,
String containerName,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<ServiceProviderRegistry<T>> |
build(org.jboss.msc.service.ServiceTarget target) |
org.wildfly.clustering.service.Builder<ServiceProviderRegistry<T>> |
configure(org.jboss.as.controller.capability.CapabilityServiceSupport support) |
org.jboss.msc.service.ServiceName |
getServiceName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigurepublic org.jboss.msc.service.ServiceName getServiceName()
getServiceName in interface org.wildfly.clustering.service.ServiceNameProviderpublic org.wildfly.clustering.service.Builder<ServiceProviderRegistry<T>> configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
configure in interface CapabilityServiceBuilder<ServiceProviderRegistry<T>>public org.jboss.msc.service.ServiceBuilder<ServiceProviderRegistry<T>> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.Builder<ServiceProviderRegistry<T>>Copyright © 2018 JBoss by Red Hat. All rights reserved.