Class MDCEntry
- java.lang.Object
 - 
- org.opendaylight.infrautils.utils.mdc.MDCEntry
 
 
- 
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 ExecutionOrigin
@Beta public abstract class MDCEntry extends Object implements Serializable
Marker for objects which get put into theMDC.- Author:
 - Robert Varga
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MDCEntry() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract booleanequals(Object obj)abstract inthashCode()abstract StringmdcKeyString()abstract StringmdcValueString()StringtoString() 
 -