public class MDC extends Object
Constructor and Description |
---|
MDC() |
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
static Object |
get(String key) |
static Hashtable |
getContext()
Deprecated.
|
static void |
put(String key,
Object value) |
static void |
put(String key,
String value) |
static void |
remove(String key) |
public static void remove(String key)
public static void clear()
@Deprecated public static Hashtable getContext()
Copyright © 2005–2015 QOS.ch. All rights reserved.