Interface IHostAttributes

All Known Implementing Classes:
AttributesBS2000, AttributesGCOS8, AttributesJMX, AttributesMPE, AttributesNSK, AttributesOA, AttributesOS390, AttributesOS400, AttributesPS, AttributesRA, AttributesSAP, AttributesSiebel, AttributesSQL, AttributesUnix, AttributesVMS, AttributesWin

public interface IHostAttributes
Interface for host attributes of a Job.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the number of fields in the host attributes.
    void
    load(com.uc4.util.XMLDocument doc, Element hostAttr, ConnectionAttributes sessionInfo)
    Loads the host attributes.
    Returns the host attributes name.
    void
    store(com.uc4.util.XMLDocument doc, Element objectElement, ConnectionAttributes sessionInfo)
    Writes the host attributes back to the XMLDocument.
  • Method Details

    • load

      void load(com.uc4.util.XMLDocument doc, 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, 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

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