com.ibm.commerce.event.impl

Class EventAuditContextSerializerImpl

  • java.lang.Object
    • com.ibm.commerce.event.impl.EventAuditContextSerializerImpl
  • All Implemented Interfaces:
    EventContextSerializer


    public class EventAuditContextSerializerImpl
    extends java.lang.Object
    implements EventContextSerializer
    The class converts an audit context into the corresponding context data element objects.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      org.eclipse.hyades.logging.events.cbe.ContextDataElement[] getContextDataElement(Context context)
      This method converts the audit context into context data elements that represent the specified context.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EventAuditContextSerializerImpl

        public EventAuditContextSerializerImpl()
        This is the default constructor for this class. It calls the constructor from the superclass.