Class NodeOutputFileAvailableEvent
java.lang.Object
com.nt.udc.testnodechain.callbacks.events.NodeOutputFileAvailableEvent
- All Implemented Interfaces:
BaseEventIfc
,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.nt.udc.testnodechain.callbacks.events.BaseEventIfc
BaseEventIfc.EventType
-
Constructor Summary
ConstructorsConstructorDescriptionNodeOutputFileAvailableEvent
(String testId, String nodeId, List<String> files) -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the hash value of the event.Retrieves the unique identifier of the event.Retrieves the timestamp of when the event occurred.Retrieves the type of the event.getFiles()
Retrieves the test ID the event is associated to
-
Constructor Details
-
NodeOutputFileAvailableEvent
-
-
Method Details
-
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 interfaceBaseEventIfc
- Returns:
- The hash value of the event.
-
getEventType
Description copied from interface:BaseEventIfc
Retrieves the type of the event.- Specified by:
getEventType
in interfaceBaseEventIfc
- Returns:
- The EventType of the event.
-
getTestID
Description copied from interface:BaseEventIfc
Retrieves the test ID the event is associated to- Specified by:
getTestID
in interfaceBaseEventIfc
- Returns:
- The test ID the event is associated to
-
getEventID
Description copied from interface:BaseEventIfc
Retrieves the unique identifier of the event.- Specified by:
getEventID
in interfaceBaseEventIfc
- Returns:
- The unique identifier of the event.
-
getEventTime
Description copied from interface:BaseEventIfc
Retrieves the timestamp of when the event occurred.- Specified by:
getEventTime
in interfaceBaseEventIfc
- Returns:
- The timestamp of when the event occurred.
-
getNodeID
-
getFiles
-