Class JCL


  • public class JCL
    extends java.lang.Object
    This class represents the JCL tab of JOBS monitor.
    • Constructor Summary

      Constructors 
      Constructor Description
      JCL​(com.uc4.util.XMLDocument doc)
      Constructs a JCL object from the specified XMLDocument
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getScriptChildElementName()  
      protected java.lang.String getScriptElementName()  
      java.lang.String getText()
      Returns the content of this process tab
      void setText​(java.lang.String script)
      Sets the content of this process tab.
      void store​(com.uc4.util.XMLDocument doc, org.w3c.dom.Element objectElement)
      Method to store the content of process tab.
      • Methods inherited from class java.lang.Object

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

      • JCL

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

      • getScriptElementName

        protected java.lang.String getScriptElementName()
      • getScriptChildElementName

        protected java.lang.String getScriptChildElementName()
      • getText

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

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

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