Class AbstractIALabsOPCFunctions

  • Direct Known Subclasses:
    IALabsOPCFunctions

    public abstract class AbstractIALabsOPCFunctions
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      OPCBrowseTag[] browse​(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)  
      OPCBrowseTag[] browseSimple​(java.lang.String opcServer, java.lang.String device, java.lang.String folderPath, java.lang.String opcItemPath)  
      protected abstract OPCBrowseTag[] doBrowse​(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)  
      protected abstract OPCBrowseTag[] doBrowseSimple​(java.lang.String opcServer, java.lang.String device, java.lang.String folderPath, java.lang.String opcItemPath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractIALabsOPCFunctions

        public AbstractIALabsOPCFunctions()
    • Method Detail

      • browse

        public OPCBrowseTag[] browse​(org.python.core.PyObject[] pyArgs,
                                     java.lang.String[] keywords)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • browseSimple

        public OPCBrowseTag[] browseSimple​(java.lang.String opcServer,
                                           java.lang.String device,
                                           java.lang.String folderPath,
                                           java.lang.String opcItemPath)
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • doBrowse

        protected abstract OPCBrowseTag[] doBrowse​(org.python.core.PyObject[] pyArgs,
                                                   java.lang.String[] keywords)
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • doBrowseSimple

        protected abstract OPCBrowseTag[] doBrowseSimple​(java.lang.String opcServer,
                                                         java.lang.String device,
                                                         java.lang.String folderPath,
                                                         java.lang.String opcItemPath)
                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception