Class JavaColonNamespaceBindings<T>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,T>
com.ibm.ws.container.service.naming.JavaColonNamespaceBindings<T>
Type Parameters:
T - the binding object
All Implemented Interfaces:
Serializable, Cloneable, Map<String,T>

public class JavaColonNamespaceBindings<T> extends HashMap<String,T>
Manages the bindings for a #JavaColonNamingHelper. This object is not thread-safe: accesses to the HashMap.put(K, V) and HashMap.remove(java.lang.Object) methods must be protected by a write lock, and access to all other methods must be protected by a read lock.
See Also: