com.ibm.commerce.catalog.facade.server.event.consumer

Class SearchIndexingCompleteEventContainer

  • java.lang.Object
    • java.util.EventObject
      • com.ibm.commerce.event.WCSEvent
        • com.ibm.commerce.catalog.facade.server.event.consumer.SearchIndexingCompleteEventContainer
  • All Implemented Interfaces:
    java.io.Serializable


    public class SearchIndexingCompleteEventContainer
    extends com.ibm.commerce.event.WCSEvent

    This class will process search indexing complete events.

    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
      SearchIndexingCompleteEventContainer(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

      • SearchIndexingCompleteEventContainer

        public SearchIndexingCompleteEventContainer(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.