com.ibm.commerce.marketingcenter.events.runtime

Class ExperimentLoggingEventFactoryImpl

  • java.lang.Object
    • com.ibm.commerce.event.AbstractEventFactory
      • com.ibm.commerce.marketingcenter.events.runtime.ExperimentLoggingEventFactoryImpl
  • All Implemented Interfaces:
    com.ibm.commerce.event.EventFactory


    public class ExperimentLoggingEventFactoryImpl
    extends com.ibm.commerce.event.AbstractEventFactory
    This class contains the event factory that populates the experiment logging information inside the Common Base Event.
    • Field Summary

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

      Constructors 
      Constructor and Description
      ExperimentLoggingEventFactoryImpl()
      This method creates an instance of the experiment logging event factory.
    • Method Summary

      • Methods inherited from class com.ibm.commerce.event.AbstractEventFactory

        createEvent
      • 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

      • ExperimentLoggingEventFactoryImpl

        public ExperimentLoggingEventFactoryImpl()
        This method creates an instance of the experiment logging event factory. It just calls the superclass constructor.