Package com.uc4.api.objects
Class JCL
- java.lang.Object
-
- com.uc4.api.objects.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 aJCL
object from the specifiedXMLDocument
-
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 tabvoid
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.
-
-
-
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 DocumentobjectElement
- element in which data should be wrapped.
-
-