public class DataItemHolder extends AbstractItemHolder
DataItemValueitem| Constructor and Description |
|---|
DataItemHolder(BundleContext context,
Item item) |
DataItemHolder(BundleContext context,
Item item,
DataSourceListener listener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bindConnection(org.eclipse.scada.da.connection.provider.ConnectionService connectionService) |
protected void |
fireListenerChange(org.eclipse.scada.da.client.DataItemValue value) |
protected void |
unbindConnection() |
protected void |
update(Observable o,
Object arg) |
createRequest, dispose, fireConnectionChange, fireConnectionStateChange, getItem, init, setConnection, startWrite, startWriteAttributes, waitForConnection, write, write, writeAtrtibutes, writeAtrtibutespublic DataItemHolder(BundleContext context, Item item)
public DataItemHolder(BundleContext context, Item item, DataSourceListener listener)
protected void update(Observable o, Object arg)
protected void fireListenerChange(org.eclipse.scada.da.client.DataItemValue value)
protected void bindConnection(org.eclipse.scada.da.connection.provider.ConnectionService connectionService)
bindConnection in class AbstractItemHolderprotected void unbindConnection()
unbindConnection in class AbstractItemHolder