public abstract class DataItemOutput extends DataItemBase
listener| Constructor and Description |
|---|
DataItemOutput(String id) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.scada.utils.concurrent.NotifyFuture<org.eclipse.scada.core.Variant> |
readValue()
The read operation of a data item.
|
getCacheAttributes, getCacheValue, getInformation, handleListenerChange, notifyData, notifyData, setListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributes, startSetAttributes, startWriteValuepublic DataItemOutput(String id)
public org.eclipse.scada.utils.concurrent.NotifyFuture<org.eclipse.scada.core.Variant> readValue()
throws org.eclipse.scada.core.InvalidOperationException
DataItemorg.eclipse.scada.core.InvalidOperationException - Raised if "read" is not a valid operation for this item