public final class ElementsProxyMap extends java.util.AbstractMap implements RegistryShutdownListener
ElementsInnerProxyMap, but the inner
proxy replaces itself with a real Map implementation containing the actual configuration
elements.| Constructor and Description |
|---|
ElementsProxyMap() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set |
entrySet() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
registryDidShutdown()
Invoked when a service is being shutdown, and should release any external resources.
|
void |
setInner(java.util.Map map) |
java.lang.String |
toString() |
public ElementsProxyMap()
public void registryDidShutdown()
RegistryShutdownListenerregistryDidShutdown in interface RegistryShutdownListenerpublic java.util.Set entrySet()
entrySet in interface java.util.MapentrySet in class java.util.AbstractMappublic java.lang.String toString()
toString in class java.util.AbstractMappublic boolean equals(java.lang.Object o)
equals in interface java.util.Mapequals in class java.util.AbstractMappublic int hashCode()
hashCode in interface java.util.MaphashCode in class java.util.AbstractMappublic void setInner(java.util.Map map)