Returns the ThreadLocal Map. This Map is used internally to bind objects to the current thread by storing each object under a unique key.
@return the map of bound resources
See Implementation
Returns the ThreadLocal Map. This Map is used internally to bind objects to the current thread by storing each object under a unique key.
@return the map of bound resources