com.ibm.commerce.event
Interface EventContextSerializer
-
- All Known Implementing Classes:
- EventAuditContextSerializerImpl, EventBaseContextSerializerImpl, EventGlobalizationContextSerializerImpl
public interface EventContextSerializer
This interface defines a class that is responsible for converting a context into an array ofCBE
context data element objects. These objects represent the information contained inside the specific context.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM copyright notice field.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description org.eclipse.hyades.logging.events.cbe.ContextDataElement[]
getContextDataElement(Context context)
This method gets an array ofCBE
ContextDataElement
objects that represent the specified context.
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
getContextDataElement
org.eclipse.hyades.logging.events.cbe.ContextDataElement[] getContextDataElement(Context context)
This method gets an array ofCBE
ContextDataElement
objects that represent the specified context.- Parameters:
context
- This is the context to serialize.- Returns:
- This method returns an array of
ContextDataElement
objects that represent the context.
-
-