Apache CXF API

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

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

public class DeferredMap<V>
extends ConcurrentHashMap<String,V>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
DeferredMap(ExtensionManagerImpl em, Class<V> type)
           
 
Method Summary
 V get(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,
                   Class<V> type)
Method Detail

undefer

public void undefer()

get

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

Apache CXF API

Apache CXF