K - key typeV - value typepublic class LocalRegistry<K,V> extends Object implements Registry<K,V>
Registry implementation.Registry.Listener<K,V>| 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListener, removeListenerpublic Registration register(RegistryListener<K,V> object)
register in interface Registrar<RegistryListener<K,V>>Copyright © 2020 JBoss by Red Hat. All rights reserved.