org.jboss.logging.jdk
Class JDKMDCProvider

java.lang.Object
  extended by org.jboss.logging.jdk.JDKMDCProvider
All Implemented Interfaces:
org.jboss.logging.MDCProvider

public class JDKMDCProvider
extends Object
implements org.jboss.logging.MDCProvider

MDC implementation for JDK logging.

Author:
Jason T. Greene

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

Constructor Detail

JDKMDCProvider

public JDKMDCProvider()
Method Detail

get

public Object get(String key)
Specified by:
get in interface org.jboss.logging.MDCProvider

getMap

public Map<String,Object> getMap()
Specified by:
getMap in interface org.jboss.logging.MDCProvider

put

public void put(String key,
                Object value)
Specified by:
put in interface org.jboss.logging.MDCProvider

remove

public void remove(String key)
Specified by:
remove in interface org.jboss.logging.MDCProvider


Copyright © 2009 JBoss Inc.. All Rights Reserved.