K - key typeV - value typepublic class LocalRegistry<K,V> extends Object implements Registry<K,V>
Registry implementation.| Constructor and Description |
|---|
LocalRegistry(Group group,
Map.Entry<K,V> entry,
Runnable closeTask) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Map<K,V> |
getEntries() |
Map.Entry<K,V> |
getEntry(Node node) |
Group |
getGroup() |
Registration |
register(RegistryListener<K,V> object) |
public Registration register(RegistryListener<K,V> object)
register in interface Registrar<RegistryListener<K,V>>Copyright © 2023 JBoss by Red Hat. All rights reserved.