public class ClientOpcUtilities extends AbstractOPCUtilities
AbstractOPCUtilities.PyOPCTag| Constructor and Description |
|---|
ClientOpcUtilities() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<AbstractOPCUtilities.PyOPCTag> |
browseServerImpl(java.lang.String serverName,
java.lang.String nodeId) |
protected java.util.List<java.lang.String> |
getServersImpl() |
protected java.lang.String |
getServerStateImpl(java.lang.String opcServer) |
protected boolean |
isServerEnabledImpl(java.lang.String serverName) |
protected java.util.List<QualifiedValue> |
readValuesImpl(java.util.List<ServerNodeId> nodes) |
protected void |
setServerEnabledImpl(java.lang.String serverName,
boolean enabled) |
protected java.util.List<QualityCode> |
writeValuesImpl(java.util.List<ServerNodeId> nodes,
java.util.List<java.lang.Object> objects,
java.util.List<java.lang.String> indexRanges) |
browseServer, getServers, getServerState, isServerEnabled, readValue, readValues, setServerEnabled, writeValue, writeValuesprotected java.lang.String getServerStateImpl(java.lang.String opcServer)
throws java.lang.Exception
getServerStateImpl in class AbstractOPCUtilitiesjava.lang.Exceptionprotected java.util.List<QualifiedValue> readValuesImpl(java.util.List<ServerNodeId> nodes) throws java.lang.Exception
readValuesImpl in class AbstractOPCUtilitiesjava.lang.Exceptionprotected java.util.List<QualityCode> writeValuesImpl(java.util.List<ServerNodeId> nodes, java.util.List<java.lang.Object> objects, java.util.List<java.lang.String> indexRanges) throws java.lang.Exception
writeValuesImpl in class AbstractOPCUtilitiesjava.lang.Exceptionprotected java.util.List<java.lang.String> getServersImpl()
throws java.lang.Exception
getServersImpl in class AbstractOPCUtilitiesjava.lang.Exceptionprotected java.util.List<AbstractOPCUtilities.PyOPCTag> browseServerImpl(java.lang.String serverName, java.lang.String nodeId) throws java.lang.Exception
browseServerImpl in class AbstractOPCUtilitiesjava.lang.Exceptionprotected void setServerEnabledImpl(java.lang.String serverName,
boolean enabled)
throws java.lang.Exception
setServerEnabledImpl in class AbstractOPCUtilitiesjava.lang.Exceptionprotected boolean isServerEnabledImpl(java.lang.String serverName)
throws java.lang.Exception
isServerEnabledImpl in class AbstractOPCUtilitiesjava.lang.Exception