public interface EventContextSerializer
CBE
context data element objects. These
objects represent the information contained inside the specific context.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.hyades.logging.events.cbe.ContextDataElement[] |
getContextDataElement(Context context)
This method gets an array of
CBE ContextDataElement objects that represent
the specified context. |
static final java.lang.String COPYRIGHT
org.eclipse.hyades.logging.events.cbe.ContextDataElement[] getContextDataElement(Context context)
CBE
ContextDataElement
objects that represent
the specified context.context
- This is the context to serialize.ContextDataElement
objects that represent the
context.