Class ResetProductEvent

java.lang.Object
ecmwf.common.plugin.PluginEvent<Object>
ecmwf.ecpds.master.ResetProductEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResetDestinationProductEvent

public class ResetProductEvent extends PluginEvent<Object>
The Class ResetProductEvent.
See Also:
  • Field Details

  • Constructor Details

    • ResetProductEvent

      public ResetProductEvent(String metaStream, String metaTime)
      Instantiates a new reset product event.
      Parameters:
      metaStream - the meta stream
      metaTime - the meta time
    • ResetProductEvent

      public ResetProductEvent(String name, String metaStream, String metaTime)
      Instantiates a new reset product event.
      Parameters:
      name - the name
      metaStream - the meta stream
      metaTime - the meta time
  • Method Details

    • getMetaStream

      public String getMetaStream()
      Gets the meta stream.
      Returns:
      the meta stream
    • getMetaTime

      public String getMetaTime()
      Gets the meta time.
      Returns:
      the meta time