K - the type of the registry entry keyV - the type of the registry entry valuepublic interface Registry<K,V> extends Registrar<RegistryListener<K,V>>, AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Removes our entry from the registry.
|
Map<K,V> |
getEntries()
Returns all registry entries in this group.
|
Map.Entry<K,V> |
getEntry(Node node)
Returns the registry entry for the specified node.
|
Group |
getGroup()
Returns the group associated with this factory.
|
Group getGroup()
Map<K,V> getEntries()
Map.Entry<K,V> getEntry(Node node)
node - a nodevoid close()
close in interface AutoCloseableCopyright © 2022 JBoss by Red Hat. All rights reserved.