public class DataItemTargetImpl extends DataItemBase implements DataSourceListener
listener| Constructor and Description |
|---|
DataItemTargetImpl( |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
java.util.Map<java.lang.String,Variant> |
getAttributes() |
protected java.util.Map<java.lang.String,Variant> |
getCacheAttributes() |
protected Variant |
getCacheValue() |
|
readValue()
The read operation of a data item.
|
protected void |
setDataSource(DataSource dataSource) |
|
startSetAttributes(java.util.Map<java.lang.String,Variant> attributes,
OperationParameters operationParameters)
Start the write attributes operation
|
|
startWriteValue(Variant value,
OperationParameters operationParameters)
The write operation of a data item.
|
void |
stateChanged(DataItemValue value) |
getInformation, handleListenerChange, notifyData, notifyData, setListenerpublic DataItemTargetImpl(poolTracker, DataItemInformation information, java.lang.String dataSourceId) throws InvalidSyntaxException
InvalidSyntaxExceptionprotected java.util.Map<java.lang.String,Variant> getCacheAttributes()
getCacheAttributes in class DataItemBaseprotected Variant getCacheValue()
getCacheValue in class DataItemBaseprotected void setDataSource(DataSource dataSource)
public java.util.Map<java.lang.String,Variant> getAttributes()
getAttributes in interface DataItempublicreadValue() throws InvalidOperationException
DataItempublicstartSetAttributes(java.util.Map<java.lang.String,Variant> attributes, OperationParameters operationParameters)
DataItemstartSetAttributes in interface DataItemattributes - attributes to setpublicstartWriteValue(Variant value, OperationParameters operationParameters)
DataItemstartWriteValue in interface DataItemvalue - The value to write to the subsystempublic void dispose()
public void stateChanged(DataItemValue value)
stateChanged in interface DataSourceListener
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0