com.ibm.commerce.context.content.resources.postpublish

Class PostPublishECEventContainer

  • java.lang.Object
    • java.util.EventObject
      • com.ibm.commerce.event.WCSEvent
        • com.ibm.commerce.context.content.resources.postpublish.PostPublishECEventContainer
  • All Implemented Interfaces:
    java.io.Serializable


    public class PostPublishECEventContainer
    extends com.ibm.commerce.event.WCSEvent
    The Common Base Event container object 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
      The internal copyright field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      PostPublishECEventContainer(java.lang.Object commonBaseEvent)
      creates an instance of ECEventContainer to pass to the event listeners.
    • 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
        The internal copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PostPublishECEventContainer

        public PostPublishECEventContainer(java.lang.Object commonBaseEvent)
                                    throws ECException
        creates an instance of ECEventContainer 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 - The common base event to process.
        Throws:
        ECException - An exception when processing the event.