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() |
getServiceName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getServiceName
public org.jboss.msc.service.ServiceBuilder<RegistryFactory<K,V>> build(org.jboss.msc.service.ServiceTarget target)
Builder
build
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 © 2018 JBoss by Red Hat. All rights reserved.