com.ibm.commerce.order.event

Class DOMOrderCancellationEventContainer

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

    Deprecated. 
    Replaced by OrderCancellationEventContainer.

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

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

      Constructors 
      Constructor and Description
      DOMOrderCancellationEventContainer(java.lang.Object commonBaseEvent)
      Deprecated. 
      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
        Deprecated. 
        IBM Copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DOMOrderCancellationEventContainer

        public DOMOrderCancellationEventContainer(java.lang.Object commonBaseEvent)
                                           throws ECException
        Deprecated. 
        This is the constructor for this class. It creates an instance of the EC Container to pass to the event listeners. This event is a synchronous event and is checked 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.