public class CacheServiceProviderRegistryBuilder<T> extends Object implements CapabilityServiceBuilder<ServiceProviderRegistry<T>>, CacheServiceProviderRegistryConfiguration<T>
ServiceProviderRegistrationFactory service.| Constructor and Description |
|---|
CacheServiceProviderRegistryBuilder(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.wildfly.clustering.ee.Batcher<? extends org.wildfly.clustering.ee.Batch> |
getBatcher() |
org.infinispan.Cache<T,Set<Node>> |
getCache() |
CommandDispatcherFactory |
getCommandDispatcherFactory() |
Group |
getGroup() |
Object |
getId() |
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>>public Object getId()
getId in interface CacheServiceProviderRegistryConfiguration<T>public Group getGroup()
getGroup in interface CacheServiceProviderRegistryConfiguration<T>public org.infinispan.Cache<T,Set<Node>> getCache()
getCache in interface CacheServiceProviderRegistryConfiguration<T>public CommandDispatcherFactory getCommandDispatcherFactory()
getCommandDispatcherFactory in interface CacheServiceProviderRegistryConfiguration<T>public org.wildfly.clustering.ee.Batcher<? extends org.wildfly.clustering.ee.Batch> getBatcher()
getBatcher in interface CacheServiceProviderRegistryConfiguration<T>Copyright © 2018 JBoss by Red Hat. All rights reserved.