Class TestTimedOutEvent

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

public class TestTimedOutEvent extends Object implements TestStatusChangeEventIfc
See Also:
  • Constructor Details

    • TestTimedOutEvent

      public TestTimedOutEvent(String testID)
  • 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.