Class ClientOpcUtilities

    • Constructor Detail

      • ClientOpcUtilities

        public ClientOpcUtilities()
    • Method Detail

      • getServerStateImpl

        protected java.lang.String getServerStateImpl​(java.lang.String opcServer)
                                               throws java.lang.Exception
        Specified by:
        getServerStateImpl in class AbstractOPCUtilities
        Throws:
        java.lang.Exception
      • writeValuesImpl

        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)
                                                       throws java.lang.Exception
        Specified by:
        writeValuesImpl in class AbstractOPCUtilities
        Throws:
        java.lang.Exception
      • getServersImpl

        protected java.util.List<java.lang.String> getServersImpl​(boolean includeDisabled)
                                                           throws java.lang.Exception
        Specified by:
        getServersImpl in class AbstractOPCUtilities
        Throws:
        java.lang.Exception
      • setServerEnabledImpl

        protected void setServerEnabledImpl​(java.lang.String serverName,
                                            boolean enabled)
                                     throws java.lang.Exception
        Specified by:
        setServerEnabledImpl in class AbstractOPCUtilities
        Throws:
        java.lang.Exception
      • isServerEnabledImpl

        protected boolean isServerEnabledImpl​(java.lang.String serverName)
                                       throws java.lang.Exception
        Specified by:
        isServerEnabledImpl in class AbstractOPCUtilities
        Throws:
        java.lang.Exception