JBoss Logging 3.0.0.Beta5-SNAPSHOT

org.jboss.logging
Class MDC

java.lang.Object
  extended by org.jboss.logging.MDC

public final class MDC
extends Object


Method Summary
static Object get(String key)
           
static Map<String,Object> getMap()
           
static Object put(String key, Object val)
           
static void remove(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

put

public static Object put(String key,
                         Object val)

get

public static Object get(String key)

remove

public static void remove(String key)

getMap

public static Map<String,Object> getMap()

JBoss Logging 3.0.0.Beta5-SNAPSHOT

Copyright © 2010 JBoss, a division of Red Hat, Inc.