Modifier and Type | Method and Description |
---|---|
ProxyConnection |
Hive.addConnection(ProxyPrefixName prefix) |
Modifier and Type | Method and Description |
---|---|
ProxyPrefixName |
ProxyConnection.getPrefix() |
ProxyPrefixName |
ProxyGroup.getPrefix() |
ProxyPrefixName |
ProxySubConnection.getPrefix() |
Modifier and Type | Method and Description |
---|---|
void |
ProxyConnection.addConnection(Connection connection,
String id,
ProxyPrefixName proxyPrefixName) |
void |
ProxyGroup.addConnection(Connection connection,
String id,
ProxyPrefixName prefix,
FolderCommon connectionFolder) |
void |
ProxyGroup.setPrefix(ProxyPrefixName prefix) |
Constructor and Description |
---|
ProxyConnection(Hive hive,
ProxyPrefixName prefix,
FolderCommon connectionsFolder) |
ProxyDataItemFactory(ProxyPrefixName prefix,
ProxyConnection connection,
Hive hive,
String separator) |
ProxyGroup(Hive hive,
ProxyPrefixName prefix) |
ProxySubConnection(Connection connection,
ProxyPrefixName parentName,
ProxySubConnectionId id,
ProxyPrefixName prefix,
Hive hive,
FolderCommon connectionFolder) |
Modifier and Type | Field and Description |
---|---|
protected ProxyPrefixName |
ProxyItemSupport.prefix |
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) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ProxyUtils.isOriginalItemForProxyGroup(String itemId,
String separator,
ProxyPrefixName originalPrefix)
checks if an item id matches the sub connection prefix and may be put into the proxy group
|
static String |
ProxyUtils.originalItemId(String itemId,
String separator,
ProxyPrefixName proxyPrefix,
ProxyPrefixName originalPrefix) |
static String |
ProxyUtils.proxyItemId(String itemId,
String separator,
ProxyPrefixName proxyPrefix,
ProxyPrefixName originalPrefix) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.