Class JCL

java.lang.Object
com.uc4.api.objects.JCL

public class JCL extends Object
This class represents the JCL tab of JOBS monitor.
  • Constructor Details

    • JCL

      public JCL(com.uc4.util.XMLDocument doc)
      Constructs a JCL object from the specified XMLDocument
      Parameters:
      doc - XML Document
  • Method Details

    • getScriptElementName

      protected String getScriptElementName()
    • getScriptChildElementName

      protected String getScriptChildElementName()
    • getText

      public String getText()
      Returns the content of this process tab
      Returns:
      content
    • setText

      public void setText(String script)
      Sets the content of this process tab.
      Parameters:
      script - content
    • store

      public void store(com.uc4.util.XMLDocument doc, Element objectElement)
      Method to store the content of process tab.
      Parameters:
      doc - XML Document
      objectElement - element in which data should be wrapped.