Class TrackingContext
java.lang.Object
com.inductiveautomation.ignition.alarming.pipelines.TrackingContext
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionaddOnDestroyed
(TrackingContext.OnDestroyed listener) void
destroy()
long
static TrackingContext
newRootContext
(QualifiedPath pipelinePath, AlarmEvent alarmEvent) void
setBlockName
(String blockName) void
toString()
-
Field Details
-
ROOT_BLOCK_NAME
- See Also:
-
-
Method Details
-
newRootContext
-
transition
-
destroy
public void destroy() -
addOnDestroyed
-
getAlarmEvent
-
getBlockName
-
getStatus
-
getTimestamp
public 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
-