com.prosysopc.ua.client
Class GlobalServerList
java.lang.Object
com.prosysopc.ua.client.ServerListBase
com.prosysopc.ua.client.GlobalServerList
public class GlobalServerList
- extends ServerListBase
|
Method Summary |
protected org.opcfoundation.ua.core.BrowsePath |
createBrowsePath(UaNode app,
int gdsNamespaceIndex,
String applicationType)
|
void |
discover(String discoveryServerUri)
Discover OPCUA applications from a discovery server. |
protected org.opcfoundation.ua.builtintypes.NodeId |
getNodeId(org.opcfoundation.ua.core.BrowsePathResult[] results,
int i)
|
protected String |
getStringValue(org.opcfoundation.ua.builtintypes.DataValue[] values,
int i)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalServerList
public GlobalServerList()
GlobalServerList
public GlobalServerList(String uri)
throws ServerListException
- Throws:
ServerListException
discover
public void discover(String discoveryServerUri)
throws ServerListException
- Discover OPCUA applications from a discovery server.
- Specified by:
discover in class ServerListBase
- Parameters:
discoveryServerUri - URI of the discovery server
- Throws:
ServerListException - if the discovery
createBrowsePath
protected org.opcfoundation.ua.core.BrowsePath createBrowsePath(UaNode app,
int gdsNamespaceIndex,
String applicationType)
- Parameters:
app - gdsNamespaceIndex - applicationType -
- Returns:
getNodeId
protected org.opcfoundation.ua.builtintypes.NodeId getNodeId(org.opcfoundation.ua.core.BrowsePathResult[] results,
int i)
throws org.opcfoundation.ua.common.ServiceResultException,
ServiceException,
StatusException
- Parameters:
results - i -
- Returns:
-
- Throws:
StatusException
ServiceException
org.opcfoundation.ua.common.ServiceResultException
getStringValue
protected String getStringValue(org.opcfoundation.ua.builtintypes.DataValue[] values,
int i)
- Parameters:
values - i -
- Returns:
Copyright © 2018. All rights reserved.