Modifier and Type | Method and Description |
---|---|
void |
MasterItemLogger.dataUpdate(Map<String,Object> context,
DataItemValue.Builder value) |
Modifier and Type | Method and Description |
---|---|
void |
DemoteImpl.handleDataUpdate(Map<String,Object> context,
DataItemValue.Builder value) |
Modifier and Type | Method and Description |
---|---|
static Long |
Helper.getTimestamp(DataItemValue.Builder builder) |
protected void |
AbstractMasterItemMonitor.handleDataUpdate(Map<String,Object> context,
DataItemValue.Builder builder) |
protected void |
AbstractDemotingMasterItemMonitor.handleDataUpdate(Map<String,Object> context,
DataItemValue.Builder value) |
void |
MonitorStateInjector.injectAttributes(DataItemValue.Builder builder)
Inject attributes to the value after the value update has been performed
using
#performDataUpdate(Builder) |
protected void |
AbstractMasterItemMonitor.injectAttributes(DataItemValue.Builder builder)
Inject attributes to the value after the value update has been performed
using
#performDataUpdate(Builder) |
protected abstract void |
AbstractBooleanMonitor.performBooleanUpdate(DataItemValue.Builder builder,
boolean value) |
protected abstract void |
AbstractMasterItemMonitor.performDataUpdate(Map<String,Object> context,
DataItemValue.Builder builder) |
protected void |
AbstractVariantMonitor.performDataUpdate(Map<String,Object> context,
DataItemValue.Builder builder) |
protected abstract void |
AbstractNumericMonitor.performNumericUpdate(DataItemValue.Builder builder,
Number value) |
protected void |
AbstractNumericMonitor.performValueUpdate(Map<String,Object> context,
DataItemValue.Builder builder,
Variant value) |
protected void |
AbstractBooleanMonitor.performValueUpdate(Map<String,Object> context,
DataItemValue.Builder builder,
Variant value) |
protected abstract void |
AbstractVariantMonitor.performValueUpdate(Map<String,Object> context,
DataItemValue.Builder builder,
Variant value) |
Modifier and Type | Method and Description |
---|---|
protected void |
BitMonitor.injectAttributes(DataItemValue.Builder builder) |
protected void |
BitMonitor.performBooleanUpdate(DataItemValue.Builder builder,
boolean value) |
Modifier and Type | Method and Description |
---|---|
protected void |
LevelMonitor.injectAttributes(DataItemValue.Builder builder) |
protected void |
LevelMonitor.performNumericUpdate(DataItemValue.Builder builder,
Number value) |
Modifier and Type | Method and Description |
---|---|
protected void |
ListMonitor.performValueUpdate(Map<String,Object> context,
DataItemValue.Builder builder,
Variant value) |
Modifier and Type | Method and Description |
---|---|
protected DataItemValue.Builder |
GenericRemoteMonitor.injectState(DataItemValue.Builder builder) |
Modifier and Type | Method and Description |
---|---|
void |
GenericRemoteMonitor.dataUpdate(Map<String,Object> context,
DataItemValue.Builder value) |
protected static Calendar |
GenericRemoteMonitor.getTimestamp(DataItemValue.Builder itemValue,
String attributeName) |
protected void |
RemoteBooleanAttributeAlarmMonitor.handleUpdate(DataItemValue.Builder builder) |
protected void |
RemoteBooleanValueAlarmMonitor.handleUpdate(DataItemValue.Builder builder) |
protected abstract void |
GenericRemoteMonitor.handleUpdate(DataItemValue.Builder itemValue) |
protected DataItemValue.Builder |
GenericRemoteMonitor.injectState(DataItemValue.Builder builder) |
Modifier and Type | Method and Description |
---|---|
DataItemValue |
ScriptMonitor.dataUpdate(Map<String,Object> context,
DataItemValue.Builder builder) |
void |
ScriptMonitor.InjectMasterHandler.dataUpdate(Map<String,Object> context,
DataItemValue.Builder value) |
Modifier and Type | Method and Description |
---|---|
DataItemValue.Builder |
DataItemValue.Builder.clearAttribute(String name) |
DataItemValue.Builder |
DataItemValue.Builder.setAttribute(String name,
Variant value) |
DataItemValue.Builder |
DataItemValue.Builder.setAttributes(Map<String,Variant> attributes) |
DataItemValue.Builder |
DataItemValue.Builder.setSubscriptionError(Throwable subscriptionError) |
DataItemValue.Builder |
DataItemValue.Builder.setSubscriptionState(SubscriptionState subscriptionState) |
DataItemValue.Builder |
DataItemValue.Builder.setTimestamp(Calendar timestamp) |
DataItemValue.Builder |
DataItemValue.Builder.setTimestamp(long timestamp) |
DataItemValue.Builder |
DataItemValue.Builder.setValue(Variant value) |
Modifier and Type | Class and Description |
---|---|
class |
DataItemValueBuilder
A class that renames the original
DataItemValue.Builder since some
script languages might have problems accessing a nested class or enums. |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractMasterHandlerImpl.dataUpdate(Map<String,Object> context,
DataItemValue.Builder value) |
void |
MasterItemHandler.dataUpdate(Map<String,Object> context,
DataItemValue.Builder value)
Called when data changed or the handler chain changed.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCommonHandlerImpl.dataUpdate(Map<String,Object> context,
DataItemValue.Builder builder) |
protected abstract void |
AbstractCommonHandlerImpl.processDataUpdate(Map<String,Object> context,
DataItemValue.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
BlockHandlerImpl.injectAttributes(DataItemValue.Builder builder) |
protected void |
BlockHandlerImpl.processDataUpdate(Map<String,Object> context,
DataItemValue.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
ManualHandlerImpl.injectAttributes(DataItemValue.Builder builder) |
protected void |
ManualHandlerImpl.processDataUpdate(Map<String,Object> context,
DataItemValue.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
MarkerHandlerImpl.injectAttributes(Map<String,Object> context,
DataItemValue.Builder builder) |
protected void |
MarkerHandlerImpl.processDataUpdate(Map<String,Object> context,
DataItemValue.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
NegateHandlerImpl.injectAttributes(DataItemValue.Builder builder) |
protected void |
NegateHandlerImpl.processDataUpdate(Map<String,Object> context,
DataItemValue.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
RoundHandlerImpl.injectAttributes(DataItemValue.Builder builder) |
protected void |
RoundHandlerImpl.processDataUpdate(Map<String,Object> context,
DataItemValue.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
ScaleHandlerImpl.injectAttributes(DataItemValue.Builder builder) |
protected void |
ScaleHandlerImpl.processDataUpdate(Map<String,Object> context,
DataItemValue.Builder builder) |
Modifier and Type | Method and Description |
---|---|
void |
Entry.convertSource(DataItemValue.Builder builder) |
void |
CommonSumHandler.dataUpdate(Map<String,Object> context,
DataItemValue.Builder builder) |
void |
Entry.end(Map<String,Object> context,
DataItemValue.Builder builder) |
void |
Entry.start(Map<String,Object> context,
DataItemValue.Builder builder) |
Modifier and Type | Method and Description |
---|---|
void |
MapperMasterHandler.dataUpdate(Map<String,Object> context,
DataItemValue.Builder builder) |
Modifier and Type | Field and Description |
---|---|
protected Map<ProxySubConnectionId,DataItemValue.Builder> |
ProxyValueHolder.values |
Modifier and Type | Method and Description |
---|---|
protected DataItemValue.Builder |
ProxyValueHolder.getItemValue(ProxySubConnectionId id)
must be called synchronized
|
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.