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()
RegistryShutdownListener
registryDidShutdown
in interface RegistryShutdownListener
public java.util.Set entrySet()
entrySet
in interface java.util.Map
entrySet
in class java.util.AbstractMap
public java.lang.String toString()
toString
in class java.util.AbstractMap
public boolean equals(java.lang.Object o)
equals
in interface java.util.Map
equals
in class java.util.AbstractMap
public int hashCode()
hashCode
in interface java.util.Map
hashCode
in class java.util.AbstractMap
public void setInner(java.util.Map map)