public class EventBaseContextSerializerImpl extends java.lang.Object implements EventContextSerializer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
EventBaseContextSerializerImpl()
This is the default constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.hyades.logging.events.cbe.ContextDataElement[] |
getContextDataElement(Context context)
This method converts the base context into context data elements that represent the
specified context.
|
public static final java.lang.String COPYRIGHT
public EventBaseContextSerializerImpl()
public org.eclipse.hyades.logging.events.cbe.ContextDataElement[] getContextDataElement(Context context)
getContextDataElement in interface EventContextSerializercontext - This is the base context to be serialized into a series of context data elements.EventContextSerializer.getContextDataElement(com.ibm.commerce.context.base.Context)