public class ProxyItemSupport extends Object
Modifier and Type | Field and Description |
---|---|
protected ProxySubConnectionId |
currentConnection |
protected ProxyPrefixName |
prefix |
protected String |
proxyItemId
This is the item Id of the proxy item
|
protected String |
separator |
Constructor and Description |
---|
ProxyItemSupport(String separator,
ProxyPrefixName prefix,
ProxySubConnectionId currentConnection,
String proxyItemId) |
Modifier and Type | Method and Description |
---|---|
String |
getItemId() |
void |
switchTo(ProxySubConnectionId newConnection)
Switch between connections
|
protected volatile ProxySubConnectionId currentConnection
protected String separator
protected final ProxyPrefixName prefix
protected final String proxyItemId
public ProxyItemSupport(String separator, ProxyPrefixName prefix, ProxySubConnectionId currentConnection, String proxyItemId)
public void switchTo(ProxySubConnectionId newConnection)
newConnection
- public String getItemId()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.