K - the registry key typeV - the registry value typepublic class LocalRegistryFactoryBuilder<K,V> extends RegistryFactoryServiceNameProvider implements Builder<RegistryFactory<K,V>>, org.jboss.msc.value.Value<RegistryFactory<K,V>>
RegistryFactory.cacheName, containerName| Constructor and Description |
|---|
LocalRegistryFactoryBuilder(String containerName,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<RegistryFactory<K,V>> |
build(org.jboss.msc.service.ServiceTarget target)
Builds a service into the specified target.
|
RegistryFactory<K,V> |
getValue() |
getServiceNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServiceNamepublic org.jboss.msc.service.ServiceBuilder<RegistryFactory<K,V>> build(org.jboss.msc.service.ServiceTarget target)
Builderbuild in interface Builder<RegistryFactory<K,V>>target - the service installation targetpublic RegistryFactory<K,V> getValue()
getValue in interface org.jboss.msc.value.Value<RegistryFactory<K,V>>Copyright © 2022 JBoss by Red Hat. All rights reserved.