public class MDC extends Object
MDC()
static void
clear()
static Object
get(String key)
static Hashtable
getContext()
put(String key, Object o)
remove(String key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MDC()
public static void put(String key, Object o)
public static Object get(String key)
public static void remove(String key)
public static Hashtable getContext()
public static void clear()
Copyright © 2018 JBoss by Red Hat. All rights reserved.