Package | Description |
---|---|
org.eclipse.scada.da.server.proxy.connection | |
org.eclipse.scada.da.server.proxy.item |
Modifier and Type | Method and Description |
---|---|
ProxySubConnectionId |
ProxyGroup.getCurrentConnection() |
ProxySubConnectionId |
ProxySubConnection.getId() |
Modifier and Type | Method and Description |
---|---|
Map<ProxySubConnectionId,ProxySubConnection> |
ProxyGroup.getSubConnections() |
Modifier and Type | Method and Description |
---|---|
protected void |
ProxyConnection.switchTo(ProxySubConnectionId id) |
void |
ProxyGroup.switchTo(ProxySubConnectionId newConnectionId) |
Constructor and Description |
---|
ProxySubConnection(Connection connection,
ProxyPrefixName parentName,
ProxySubConnectionId id,
ProxyPrefixName prefix,
Hive hive,
FolderCommon connectionFolder) |
Modifier and Type | Field and Description |
---|---|
protected ProxySubConnectionId |
ProxyItemSupport.currentConnection |
Modifier and Type | Field and Description |
---|---|
protected Map<ProxySubConnectionId,ProxySubConnection> |
ProxyWriteHandlerImpl.subConnections |
protected Map<ProxySubConnectionId,DataItemValue.Builder> |
ProxyValueHolder.values |
Modifier and Type | Method and Description |
---|---|
protected DataItemValue.Builder |
ProxyValueHolder.getItemValue(ProxySubConnectionId id)
must be called synchronized
|
void |
ProxyValueHolder.switchTo(ProxySubConnectionId newConnection) |
void |
ProxyItemSupport.switchTo(ProxySubConnectionId newConnection)
Switch between connections
|
void |
ProxyValueHolder.updateData(ProxySubConnectionId connection,
Variant value,
Map<String,Variant> attributes,
AttributeMode mode) |
void |
ProxyValueHolder.updateSubscriptionState(ProxySubConnectionId connection,
SubscriptionState subscriptionState,
Throwable subscriptionError) |
Constructor and Description |
---|
ProxyItemSupport(String separator,
ProxyPrefixName prefix,
ProxySubConnectionId currentConnection,
String proxyItemId) |
ProxyValueHolder(String separator,
ProxyPrefixName prefix,
ProxySubConnectionId currentConnection,
String itemId) |
ProxyWriteHandlerImpl(String separator,
ProxyPrefixName prefix,
Map<ProxySubConnectionId,ProxySubConnection> subConnections,
ProxySubConnectionId currentConnection,
String proxyItemId) |
Constructor and Description |
---|
ProxyWriteHandlerImpl(String separator,
ProxyPrefixName prefix,
Map<ProxySubConnectionId,ProxySubConnection> subConnections,
ProxySubConnectionId currentConnection,
String proxyItemId) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.