Class AbstractBatchOperation
java.lang.Object
com.inductiveautomation.ignition.gateway.tags.evaluation.AbstractBatchOperation
- All Implemented Interfaces:
BatchOperation
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.inductiveautomation.ignition.gateway.tags.evaluation.BatchOperation
BatchOperation.BatchContextController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
pause
(long millis) protected void
void
resume()
void
setController
(BatchOperation.BatchContextController controller) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.gateway.tags.evaluation.BatchOperation
execute, executeAndReturnSize, getExecDelayMS, shouldSchedule
-
Constructor Details
-
AbstractBatchOperation
public AbstractBatchOperation()
-
-
Method Details
-
setController
- Specified by:
setController
in interfaceBatchOperation
-
getController
- Specified by:
getController
in interfaceBatchOperation
-
requestExecution
protected void requestExecution() -
pause
public void pause(long millis) -
resume
public void resume()
-