Class NodeOutputFileAvailableEvent

java.lang.Object
com.nt.udc.testnodechain.callbacks.events.NodeOutputFileAvailableEvent
All Implemented Interfaces:
BaseEventIfc, Serializable

public class NodeOutputFileAvailableEvent extends Object implements BaseEventIfc
See Also:
  • Constructor Details

    • NodeOutputFileAvailableEvent

      public NodeOutputFileAvailableEvent(String testId, String nodeId, List<String> files)
  • Method Details

    • getEventHash

      public String getEventHash()
      Description copied from interface: BaseEventIfc
      Retrieves the hash value of the event. If two events have the same hash, and if the event broadcaster uses a queue, the old event in the queue would be replaced with the new one.
      Specified by:
      getEventHash in interface BaseEventIfc
      Returns:
      The hash value of the event.
    • getEventType

      public BaseEventIfc.EventType getEventType()
      Description copied from interface: BaseEventIfc
      Retrieves the type of the event.
      Specified by:
      getEventType in interface BaseEventIfc
      Returns:
      The EventType of the event.
    • getTestID

      public String getTestID()
      Description copied from interface: BaseEventIfc
      Retrieves the test ID the event is associated to
      Specified by:
      getTestID in interface BaseEventIfc
      Returns:
      The test ID the event is associated to
    • getEventID

      public String getEventID()
      Description copied from interface: BaseEventIfc
      Retrieves the unique identifier of the event.
      Specified by:
      getEventID in interface BaseEventIfc
      Returns:
      The unique identifier of the event.
    • getEventTime

      public String getEventTime()
      Description copied from interface: BaseEventIfc
      Retrieves the timestamp of when the event occurred.
      Specified by:
      getEventTime in interface BaseEventIfc
      Returns:
      The timestamp of when the event occurred.
    • getNodeID

      public String getNodeID()
    • getFiles

      public List<String> getFiles()