public class CacheServiceProviderRegistryServiceConfigurator<T> extends org.wildfly.clustering.service.SimpleServiceNameProvider implements CapabilityServiceConfigurator, CacheServiceProviderRegistryConfiguration<T>, Supplier<CacheServiceProviderRegistry<T>>
ServiceProviderRegistrationFactory service.| Constructor and Description |
|---|
CacheServiceProviderRegistryServiceConfigurator(org.jboss.msc.service.ServiceName name,
String containerName,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<?> |
build(org.jboss.msc.service.ServiceTarget target) |
org.wildfly.clustering.service.ServiceConfigurator |
configure(org.jboss.as.controller.capability.CapabilityServiceSupport support) |
CacheServiceProviderRegistry<T> |
get() |
org.wildfly.clustering.ee.Batcher<? extends org.wildfly.clustering.ee.Batch> |
getBatcher() |
org.infinispan.Cache<T,Set<org.infinispan.remoting.transport.Address>> |
getCache() |
CommandDispatcherFactory |
getCommandDispatcherFactory() |
Group<org.infinispan.remoting.transport.Address> |
getGroup() |
Object |
getId() |
equals, getServiceName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitconfiguregetServiceNamepublic CacheServiceProviderRegistry<T> get()
get in interface Supplier<CacheServiceProviderRegistry<T>>public org.wildfly.clustering.service.ServiceConfigurator configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
configure in interface CapabilityServiceConfiguratorpublic org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.ServiceConfiguratorpublic Object getId()
getId in interface CacheServiceProviderRegistryConfiguration<T>public Group<org.infinispan.remoting.transport.Address> getGroup()
getGroup in interface CacheServiceProviderRegistryConfiguration<T>public org.infinispan.Cache<T,Set<org.infinispan.remoting.transport.Address>> 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 © 2020 JBoss by Red Hat. All rights reserved.