Interface IHostAttributes

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int fieldCount()
      Returns the number of fields in the host attributes.
      void load​(com.uc4.util.XMLDocument doc, org.w3c.dom.Element hostAttr, ConnectionAttributes sessionInfo)
      Loads the host attributes.
      java.lang.String name()
      Returns the host attributes name.
      void store​(com.uc4.util.XMLDocument doc, org.w3c.dom.Element objectElement, ConnectionAttributes sessionInfo)
      Writes the host attributes back to the XMLDocument.
    • Method Detail

      • load

        void load​(com.uc4.util.XMLDocument doc,
                  org.w3c.dom.Element hostAttr,
                  ConnectionAttributes sessionInfo)
        Loads the host attributes.
        Parameters:
        doc - XML Document containing the Job
        hostAttr - Element which contains host attributes
        sessionInfo - Session details
      • store

        void store​(com.uc4.util.XMLDocument doc,
                   org.w3c.dom.Element objectElement,
                   ConnectionAttributes sessionInfo)
        Writes the host attributes back to the XMLDocument.
        Parameters:
        doc - Document
        objectElement - ObjectElement
        sessionInfo - Session details
      • fieldCount

        int fieldCount()
        Returns the number of fields in the host attributes.
        Returns:
        number of fields
      • name

        java.lang.String name()
        Returns the host attributes name.
        Returns:
        name