Interface ScanclassHistorySet
- 
- All Superinterfaces:
- java.util.Collection<HistoricalTagValue>,- HistoricalData,- HistoricalDataList,- java.lang.Iterable<HistoricalTagValue>,- java.util.List<HistoricalTagValue>,- RetryHistoricalData,- java.io.Serializable
 - All Known Implementing Classes:
- BasicScanclassHistorySet
 
 public interface ScanclassHistorySet extends HistoricalDataList, RetryHistoricalData, java.io.Serializable 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.inductiveautomation.ignition.gateway.history.RetryHistoricalDataRetryHistoricalData.RetryState
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetExecRate()The rate that the scan class is executing at.java.util.DategetExecutionTime()java.lang.StringgetGatewayName()Returns the name of the source gateway.java.lang.StringgetProviderName()Returns the name of the tag provider that generated this set.java.lang.StringgetSetName()The name of the scan class- 
Methods inherited from interface com.inductiveautomation.ignition.gateway.history.HistoricalDatagetDataCount, getFlavor, getLoggerName, getSignature
 - 
Methods inherited from interface java.util.Listadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
 - 
Methods inherited from interface com.inductiveautomation.ignition.gateway.history.RetryHistoricalDatabadData, clearBadData, failureReason, markAllAsBad, markAsBad, retryEnabled, retryState, setFailureReason, setRetry
 
- 
 
- 
- 
- 
Method Detail- 
getSetNamejava.lang.String getSetName() The name of the scan class
 - 
getExecRateint getExecRate() The rate that the scan class is executing at. Returns 0 to indicate a non-direct scan class (one that doesn't execute regularly)
 - 
getExecutionTimejava.util.Date getExecutionTime() 
 - 
getGatewayNamejava.lang.String getGatewayName() Returns the name of the source gateway. If null, it is the local gateway.
 - 
getProviderNamejava.lang.String getProviderName() Returns the name of the tag provider that generated this set.
 
- 
 
-