org.apache.cxf.bus.extension
Class DeferredMap<V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.concurrent.ConcurrentHashMap<java.lang.String,V>
          extended by org.apache.cxf.bus.extension.DeferredMap<V>
All Implemented Interfaces:
java.io.Serializable, java.util.concurrent.ConcurrentMap<java.lang.String,V>, java.util.Map<java.lang.String,V>

public class DeferredMap<V>
extends java.util.concurrent.ConcurrentHashMap<java.lang.String,V>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
DeferredMap(ExtensionManagerImpl em, java.lang.Class<V> type)
           
 
Method Summary
 V get(java.lang.Object key)
           
 void undefer()
           
 
Methods inherited from class java.util.concurrent.ConcurrentHashMap
clear, contains, containsKey, containsValue, elements, entrySet, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

DeferredMap

public DeferredMap(ExtensionManagerImpl em,
                   java.lang.Class<V> type)
Method Detail

undefer

public void undefer()

get

public V get(java.lang.Object key)
Specified by:
get in interface java.util.Map<java.lang.String,V>
Overrides:
get in class java.util.concurrent.ConcurrentHashMap<java.lang.String,V>


Apache CXF