Modifier and Type | Method and Description |
---|---|
void |
Alpha2DataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
ASCIIFileDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
ASCIISerialDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
Dnp3DataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
DrStorageHt5bDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
IEC101DataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
NodaveS7DataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
OPCDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
RadiuinoEventDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
void |
RadiuinoPollingDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Field and Description |
---|---|
private SetPointSource |
PointValueDao.UnsavedPointValue.source |
Modifier and Type | Method and Description |
---|---|
SetPointSource |
PointValueDao.UnsavedPointValue.getSource() |
Modifier and Type | Method and Description |
---|---|
(package private) long |
PointValueDao.savePointValue(int pointId,
int dataType,
double dvalue,
long time,
java.lang.String svalue,
SetPointSource source,
boolean async) |
void |
PointValueDao.savePointValueAsync(int pointId,
PointValueTime pointValue,
SetPointSource source)
Only the PointValueCache should call this method during runtime.
|
private long |
PointValueDao.savePointValueImpl(int pointId,
int dataType,
double dvalue,
long time,
java.lang.String svalue,
SetPointSource source) |
(package private) long |
PointValueDao.savePointValueImpl(int pointId,
PointValueTime pointValue,
SetPointSource source,
boolean async) |
PointValueTime |
PointValueDao.savePointValueSync(int pointId,
PointValueTime pointValue,
SetPointSource source)
Only the PointValueCache should call this method during runtime.
|
Constructor and Description |
---|
UnsavedPointValue(int pointId,
PointValueTime pointValue,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeManager.setDataPointValue(int dataPointId,
MangoValue value,
SetPointSource source) |
void |
RuntimeManager.setDataPointValue(int dataPointId,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Interface and Description |
---|---|
interface |
PointLinkSetPointSource |
Modifier and Type | Method and Description |
---|---|
(package private) void |
PointValueCache.logPointValueAsync(PointValueTime pointValue,
SetPointSource source)
Saves the given value to the database without adding it to the cache.
|
private void |
DataPointRT.savePointValue(PointValueTime newValue,
SetPointSource source,
boolean async) |
void |
PointValueCache.savePointValue(PointValueTime pvt,
SetPointSource source,
boolean logValue,
boolean async) |
void |
IDataPoint.setPointValue(PointValueTime newValue,
SetPointSource source) |
void |
DataPointRT.setPointValue(PointValueTime newValue,
SetPointSource source)
Use this method to update a data point for reasons other than just data
source update.
|
void |
HistoricalDataPoint.setPointValue(PointValueTime newValue,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
EventDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
abstract void |
DataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
BACnetIPDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime pvt,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
EBI25DataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
GalilDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
HttpRetrieverDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
void |
HttpImageDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
InternalDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
JmxDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
MBusDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
MetaDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
ModbusDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
OneWireDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
OpenV4JDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
PachubeDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
Pop3DataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
SnmpDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
SqlDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
ViconicsDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime pvt,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
VirtualDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Class and Description |
---|---|
class |
SetPointHandlerRT |
Modifier and Type | Class and Description |
---|---|
class |
PointLinkRT |
Modifier and Type | Field and Description |
---|---|
private SetPointSource |
SetPointWorkItem.source |
Constructor and Description |
---|
SetPointWorkItem(int targetPointId,
PointValueTime pvt,
SetPointSource source) |
Modifier and Type | Class and Description |
---|---|
class |
AnonymousUser |
class |
User |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseDwr.setPointImpl(DataPointVO point,
java.lang.String valueStr,
SetPointSource source) |