com.ibm.commerce.order.event

Class OrderSubmissionEventContainer

  • java.lang.Object
    • java.util.EventObject
      • com.ibm.commerce.event.WCSEvent
        • com.ibm.commerce.order.event.OrderSubmissionEventContainer
  • All Implemented Interfaces:
    java.io.Serializable


    public class OrderSubmissionEventContainer
    extends com.ibm.commerce.event.WCSEvent
    This class defines a common base event container object that holds the event that needs to be processed.
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor and Description
      OrderSubmissionEventContainer(java.lang.Object commonBaseEvent)
      This is the constructor for this class.
    • Method Summary

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

        getContextSerializationMap, getEventData, isSynchronous, setSynchronous
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

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

      • COPYRIGHT

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

      • OrderSubmissionEventContainer

        public OrderSubmissionEventContainer(java.lang.Object commonBaseEvent)
                                      throws ECException
        This is the constructor for this class. It creates an instance of the EC Container to pass to the event listeners. This event will be a synchronous event and there will be a check to ensure the event object is a common base event.
        Parameters:
        commonBaseEvent - This is the common base event to process.
        Throws:
        ECException - This is thrown if an exception occurs when processing the event.