org.apache.log4j.helpers

Class ThreadLocalMap


public final class ThreadLocalMap
extends InheritableThreadLocal

ThreadLocalMap extends InheritableThreadLocal to bequeath a copy of the hashtable of the MDC of the parent thread.

Author:
Ceki Gülcü

Since:
1.2

Method Summary

Object
childValue(Object parentValue)

Method Details

childValue

public final Object childValue(Object parentValue)


Copyright 2000-2002 Apache Software Foundation.