Class TrackingContext
java.lang.Object
com.inductiveautomation.ignition.alarming.pipelines.TrackingContext
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionaddOnDestroyed(TrackingContext.OnDestroyed listener) voiddestroy()longstatic TrackingContextnewRootContext(QualifiedPath pipelinePath, AlarmEvent alarmEvent) voidsetBlockName(String blockName) voidtoString()
- 
Field Details- 
ROOT_BLOCK_NAME- See Also:
 
 
- 
- 
Method Details- 
newRootContext
- 
transition
- 
destroypublic void destroy()
- 
addOnDestroyed
- 
getAlarmEvent
- 
getBlockName
- 
getStatus
- 
getTimestamppublic long getTimestamp()- Returns:
- A timestamp that was assigned when this TrackingContext was constructed; it represents the time at which the tracked AlarmEvent entered the block represented by this TrackingContext.
 
- 
setStatus
- 
setBlockName
- 
getPipelinePath
- 
getChildren- Returns:
- An immutable copy of the current children.
 
- 
toString
 
-