public interface Registry<K,V>
Modifier and Type | Interface and Description |
---|---|
static interface |
Registry.Listener<K,V> |
static interface |
Registry.RegistryEntryProvider<K,V> |
Modifier and Type | Method and Description |
---|---|
void |
addListener(Registry.Listener<K,V> listener) |
Map<K,V> |
getEntries() |
Map.Entry<K,V> |
getLocalEntry() |
String |
getName() |
Map.Entry<K,V> |
getRemoteEntry(Object address) |
void |
refreshLocalEntry() |
void |
removeListener(Registry.Listener<K,V> listener) |
void addListener(Registry.Listener<K,V> listener)
void removeListener(Registry.Listener<K,V> listener)
String getName()
void refreshLocalEntry()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.