Class PerspectivePollingBlockingTask
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
- 
- com.inductiveautomation.ignition.common.execution.PollingBlockingTask
- 
- com.inductiveautomation.perspective.gateway.threading.PerspectivePollingBlockingTask
 
 
 
- 
 public class PerspectivePollingBlockingTask extends PollingBlockingTask A polling blocking task that looks up its rate from a property tree and is reactive to the rate changing.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.common.execution.PollingBlockingTaskPollingBlockingTask.State
 
- 
 - 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.common.execution.PollingBlockingTaskLOG
 
- 
 - 
Constructor SummaryConstructors Constructor Description PerspectivePollingBlockingTask(PerspectiveContext context, PropertyTree props, java.lang.String refreshRatePath, long defaultRate, java.lang.Runnable task, java.lang.String diagnosticId)PerspectivePollingBlockingTask(java.util.concurrent.ScheduledExecutorService scheduler, java.util.concurrent.ExecutorService executor, PropertyTree props, java.lang.String refreshRatePath, long defaultRate, java.lang.Runnable task, java.lang.String diagnosticId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected longgetInitialRate()Default implementation returns the rate from the constructor, but provides a place for subclasses to re-define the rate on startup if necessary.protected longgetRefreshRateFromProps()protected voidonRefreshRateChange(PropertyTreeChangeEvent event)protected voidonShutdown()protected java.util.Optional<java.lang.Long>parseLong(QualifiedValue qv)- 
Methods inherited from class com.inductiveautomation.ignition.common.execution.PollingBlockingTaskonStartup, setRate, submitIfIdle
 - 
Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycleisRunning, shutdown, startup
 
- 
 
- 
- 
- 
Constructor Detail- 
PerspectivePollingBlockingTaskpublic PerspectivePollingBlockingTask(PerspectiveContext context, PropertyTree props, java.lang.String refreshRatePath, long defaultRate, java.lang.Runnable task, java.lang.String diagnosticId) 
 - 
PerspectivePollingBlockingTaskpublic PerspectivePollingBlockingTask(java.util.concurrent.ScheduledExecutorService scheduler, java.util.concurrent.ExecutorService executor, PropertyTree props, java.lang.String refreshRatePath, long defaultRate, java.lang.Runnable task, java.lang.String diagnosticId)
 
- 
 - 
Method Detail- 
getInitialRateprotected long getInitialRate() Description copied from class:PollingBlockingTaskDefault implementation returns the rate from the constructor, but provides a place for subclasses to re-define the rate on startup if necessary.- Overrides:
- getInitialRatein class- PollingBlockingTask
 
 - 
onShutdownprotected void onShutdown() - Overrides:
- onShutdownin class- PollingBlockingTask
 
 - 
onRefreshRateChangeprotected void onRefreshRateChange(PropertyTreeChangeEvent event) 
 - 
getRefreshRateFromPropsprotected long getRefreshRateFromProps() 
 - 
parseLongprotected java.util.Optional<java.lang.Long> parseLong(QualifiedValue qv) 
 
- 
 
-